Skip to content

Commit

Permalink
Add os to test artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 committed Jun 10, 2024
1 parent dd3060a commit a5161e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/[email protected]
with:
retention-days: 14
name: ${{ matrix.py_version }}-test-results
name: ${{ matrix.py_version }}-${{ matrix.os }}-test-results
path: |
flake8.output
test.xml
Expand Down

0 comments on commit a5161e8

Please sign in to comment.