Skip to content

Commit 2f844b0

Browse files
committed
[ci] Fix path to JS shell
1 parent caa9363 commit 2f844b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-interpreter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Build interpreter
3434
run: cd interpreter && opam exec make
3535
- name: Run tests
36-
run: cd interpreter && opam exec make JS=`pwd`/js ci
36+
run: cd interpreter && opam exec make JS=../js ci
3737
#run: cd interpreter && opam exec make JS=node ci

0 commit comments

Comments
 (0)