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 86de186 commit d908059
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,18 @@ jobs:
run: ls -l
working-directory: install
- name: Copy libantimonyjs to test dir
run: cp libantimony.* test
run: cp libantimony.* $GITHUB_WORKSPACE/test
working-directory: install
- name: check built files exist
run: ls -l
working-directory: test
- name: Check node is available
run: node -v
working-directory: test
- name: run tests
run: node test_antimony.js
working-directory: test




Expand Down

0 comments on commit d908059

Please sign in to comment.