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 6de285d commit 4409a28
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ jobs:
run: node -v
working-directory: test
- name: run tests
run: node test_antimony.js |grep 'Fail: 0'
run: node test_antimony.js >> results.txt
working-directory: test
- name: Check test results
run: grep "Fail: 0" results.txt
working-directory: test
- name: Check test results 2
run: grep 'Fail: 0' results.txt
working-directory: test


Expand Down

0 comments on commit 4409a28

Please sign in to comment.