Skip to content

Commit f3f91de

Browse files
authored
Try this instead
1 parent 3199cfd commit f3f91de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ jobs:
2424
version: "latest"
2525
- run: uv run mypy .
2626
- run: uv run pytest
27-
- uses: actions/upload-artifact@v4
27+
- uses: pmeier/pytest-results-action@main
28+
if: ${{ always() }}
2829
with:
29-
name: pytest-results
3030
path: junit.xml
31-
# Use always() to always run this step to publish test results when there are test failures
32-
if: ${{ always() }}
3331
- uses: codecov/codecov-action@v4
3432
with:
3533
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)