Skip to content

Commit

Permalink
Small fix to conflicting artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Dec 3, 2024
1 parent bd38c97 commit 8b6b828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Upload pytest unit test results
uses: actions/upload-artifact@v4
with:
name: unit-test-results
name: unit-test-results-${{ matrix.python-version }}
path: tests/unit-test-results.xml
integration_tests:
strategy:
Expand Down Expand Up @@ -62,5 +62,5 @@ jobs:
- name: Upload integration test results
uses: actions/upload-artifact@v4
with:
name: integration-test-results
name: integration-test-results-${{ matrix.python-version }}
path: tests/integration-test-results.xml

0 comments on commit 8b6b828

Please sign in to comment.