Skip to content

Commit

Permalink
don't keep xml pytest results
Browse files Browse the repository at this point in the history
  • Loading branch information
dpdani committed Feb 1, 2025
1 parent 3b309a6 commit 86db113
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,4 @@ jobs:
pip install .[dev]
- name: test with pytest
run: |
pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: upload pytest test results
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: junit/test-results-${{ matrix.python-version }}.xml
if: ${{ always() }}
pytest

0 comments on commit 86db113

Please sign in to comment.