Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravpatel67 authored Nov 18, 2024
1 parent 53b5139 commit 314f45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload pytest results
run: |
pytest --maxfail=1 --disable-warnings --junitxml=pytest-results.xml
if: failure() # Ensure this runs regardless of tox or coverage step result
if: always() # Ensure this runs regardless of tox or coverage step result
continue-on-error: true

- name: Upload pytest artifact
Expand Down

0 comments on commit 314f45c

Please sign in to comment.