Skip to content

Commit 431899d

Browse files
committed
ci: oneshot-test: include matrix index in the name of failed-test artifact
Add a matrix index to the name of failed-test artifact, in order to be able to distinguish between artifacts produced for same OS and python version, but with different requirements list.
1 parent 42f6368 commit 431899d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/oneshot-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,5 @@ jobs:
220220
if: ${{ failure() && steps.run-tests.outcome == 'failure' }}
221221
uses: actions/upload-artifact@v6
222222
with:
223-
name: failed-tests-${{ matrix.os }}-python-${{ matrix.python-version }}
223+
name: failed-tests-${{ matrix.os }}-python-${{ matrix.python-version }}-matrix-idx-${{ strategy.job-index }}
224224
path: '${{ env.PYTEST_DEBUG_TEMPROOT }}/archived-failed-tests.tar'

0 commit comments

Comments
 (0)