Skip to content

Commit caef07b

Browse files
authored
Update .github/workflows/tests.yml
1 parent 33a855f commit caef07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Upload pytest test results
153153
uses: actions/upload-artifact@v4
154154
with:
155-
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
155+
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.deb-depends }}
156156
path: test-results.xml
157157
if: ${{ always() && matrix.check == 'test' }}
158158

0 commit comments

Comments
 (0)