Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mromanello authored Feb 11, 2025
1 parent 43d2552 commit 5f1ed0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
python -m pip install --upgrade pip
pip install .
- name: Test with pytest
run: pytest -s --html=reports/${{ matrix.python-version }}-report.html
run: pytest -s --html=reports/${{ matrix.python-version }}/report.html
- name: Upload pytest test results
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: reports/
path: reports/${{ matrix.python-version }}/
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

0 comments on commit 5f1ed0a

Please sign in to comment.