Skip to content

Commit

Permalink
Update build-libantimonyjs-github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSR-Physiome committed Nov 8, 2023
1 parent d908059 commit 6de285d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
working-directory: emsdk
- run: echo "$GITHUB_WORKSPACE/emsdk/upstream/emscripten" >> $GITHUB_PATH
- run: echo "$GITHUB_WORKSPACE/emsdk" >> $GITHUB_PATH
- run: echo $GITHUB_PATH
- name: confirm emscripten works
run: emcc -v
- run: echo $PATH
Expand Down Expand Up @@ -93,7 +92,7 @@ jobs:
run: node -v
working-directory: test
- name: run tests
run: node test_antimony.js
run: node test_antimony.js |grep 'Fail: 0'
working-directory: test


Expand Down

0 comments on commit 6de285d

Please sign in to comment.