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 19, 2024
1 parent 6d883d0 commit 1c60fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:

- name: Upload pytest results
run: |
pytest --disable-warnings --junitxml=pytest-results.xml
pytest --disable-warnings --junitxml=pytestresult.xml
if: always() # Ensure this runs regardless of tox or coverage
continue-on-error: true

- name: Upload pytest artifact
uses: actions/upload-artifact@v3
with:
name: pytest-results
path: pytest-results.xml
path: pytestresult.xml

- name: Generate coverage report
run: |
Expand Down

0 comments on commit 1c60fb8

Please sign in to comment.