We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a855f commit caef07bCopy full SHA for caef07b
.github/workflows/tests.yml
@@ -152,7 +152,7 @@ jobs:
152
- name: Upload pytest test results
153
uses: actions/upload-artifact@v4
154
with:
155
- name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
+ name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.deb-depends }}
156
path: test-results.xml
157
if: ${{ always() && matrix.check == 'test' }}
158
0 commit comments