Skip to content

Commit eba4ddf

Browse files
rossbergstevenfontanella
authored andcommitted
[ci] Disable JS tests again
1 parent 54dc0b0 commit eba4ddf

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/ci-interpreter.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@ jobs:
2323
with:
2424
ocaml-compiler: 4.12.x
2525
- name: Setup OCaml tools
26-
run: opam install --yes ocamlbuild.0.14.0 ocamlfind.1.9.5 js_of_ocaml.4.0.0 js_of_ocaml-ppx.4.0.0
27-
- name: Setup Node.js
28-
uses: actions/setup-node@v2
29-
with:
30-
node-version: 19.x
26+
run: opam install --yes ocamlfind.1.9.5 js_of_ocaml.4.0.0 js_of_ocaml-ppx.4.0.0
3127
- name: Build interpreter
3228
run: cd interpreter && opam exec make
29+
# Neither V8 nor SpiderMonkey can currently handle all 3.0 tests, so we disable checking JS translation for now.
30+
#- name: Setup Node.js
31+
# uses: actions/setup-node@v4
32+
# with:
33+
# node-version: 25-nightly
34+
#- name: Setup SpiderMonkey
35+
# run: curl -O https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/jsshell-linux-x86_64.zip && unzip jsshell-linux-x86_64.zip
3336
- name: Run tests
34-
run: cd interpreter && opam exec make JS=node ci
37+
run: cd interpreter && opam exec make ci # don't test JS translation
38+
# run: cd interpreter && opam exec make JS=node ci # test with V8
39+
# run: cd interpreter && opam exec make JS=../js ci # test with SM

0 commit comments

Comments
 (0)