Skip to content

Commit

Permalink
fix(actions): unit test artifact renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Dec 23, 2024
1 parent 958bd61 commit 52e8b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Unit Test Results
path: test-results-*.xml
path: test-results-${{ matrix.os }}-${{ github.run_id }}.xml
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 52e8b1f

Please sign in to comment.