We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1653a6 commit 8ca9d94Copy full SHA for 8ca9d94
.github/workflows/test.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Upload pytest test results
73
uses: actions/upload-artifact@v4
74
with:
75
- name: pytest-results-${{ matrix.python-version }}
+ name: pytest-results-${{ matrix.python-version }}-${{ github.run_id }}
76
path: junit/test-results-${{ matrix.python-version }}.xml
77
# Use always() to always run this step to publish test results when there are test failures
78
if: ${{ always() }}
0 commit comments