Skip to content

Commit

Permalink
Adding fail on continue
Browse files Browse the repository at this point in the history
  • Loading branch information
payneBrandon committed Nov 8, 2024
1 parent d3c2b24 commit 6619fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: python3 -m pip install -r $GITHUB_WORKSPACE/requirements.txt

- name: Run Tests and Generate Coverage
continue-on-error: true
continue-on-error: false
run: |
# Set PYTHONPATH and navigate to the tests directory
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3/dist-packages
Expand Down

0 comments on commit 6619fde

Please sign in to comment.