Skip to content

Commit 6feee29

Browse files
committed
add small test
1 parent 74b3244 commit 6feee29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playground.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- run: ./scripts/ninja.js config && ./scripts/ninja.js build
3030
- run: mkdir playground && mkdir playground/stdlib
3131
- run: BS_PLAYGROUND=../playground ./scripts/repl.js -prepublish
32+
- run: node -e "require('./playground/exports.js'); eval(ocaml.compile('Js.log Sys.ocaml_version').js_code)"
3233
- name: Archive npm artifacts
3334
uses: actions/upload-artifact@v1
3435
with:

0 commit comments

Comments
 (0)