File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments