Skip to content

Commit

Permalink
disambiguate test report name
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jun 6, 2024
1 parent f2eab7a commit 5766791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: TestResults
name: ${{ matrix.artifact-name }}TestReport
path: |
build/reports/
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: TestResults
name: ${{ matrix.artifact-name }}TestReport
path: |
build/reports/
Expand Down

0 comments on commit 5766791

Please sign in to comment.