Skip to content

Commit 95f4d4b

Browse files
committed
Added python version to test report
1 parent ca0451c commit 95f4d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/upload-artifact@v4
5757
if: always()
5858
with:
59-
name: test-results
59+
name: test-results-${{ matrix.python-version }}
6060
path: ./reports/pytest.xml
6161
if-no-files-found: warn
6262
deploy:

0 commit comments

Comments
 (0)