Skip to content

Commit

Permalink
Upload reports
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Mar 14, 2024
1 parent a8b8c6d commit c7e72e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Upload pytest test results
uses: actions/upload-artifact@v2
with:
name: reports/report-pytest-${{ matrix.python-version }}.xml
path: reports/report-pytest-${{ matrix.python-version }}.xml
name: reports
path: reports
# Use always() to always run this step to publish test results when there are test failures
if: ${{ matrix.pydantic-version == '2.*' }} && ${{ always() }}
coverage-combine:
Expand Down

0 comments on commit c7e72e7

Please sign in to comment.