Skip to content

Commit

Permalink
Add path
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Mar 14, 2024
1 parent fc24771 commit 3cff9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: reports/report-pytest-${{ matrix.python-version }}.xml
path: report-pytest-${{ matrix.python-version }}.xml
path: reports/report-pytest-${{ matrix.python-version }}.xml
# 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 3cff9e6

Please sign in to comment.