We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5b976 commit d0f7682Copy full SHA for d0f7682
1 file changed
.github/workflows/test-lint.yml
@@ -58,6 +58,6 @@ jobs:
58
uses: actions/upload-artifact@v4
59
if: always()
60
with:
61
- name: test-results-${{ matrix.python-version }}
+ name: test-results
62
path: ./reports/pytest.xml
63
if-no-files-found: warn
0 commit comments