Skip to content

Commit

Permalink
BUG: Attempt to fix workflow to call python test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore22 committed Mar 5, 2024
1 parent 63a5f0a commit 93a0d42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:

- name: Run tests
run: |
cd integrated-tests; python3 test_fierro.py
cd integrated-tests
chmod +x test_fierro.py
python3 test_fierro.py
shell: bash

0 comments on commit 93a0d42

Please sign in to comment.