Skip to content

Commit

Permalink
Update publish-unit-test-result-action (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov authored May 17, 2024
1 parent 2eb6f3d commit d370bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
path: app/build/outputs

- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: ${{ !cancelled() }}
with:
comment_mode: off
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BuildOnPushMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: rm -f config/pixnews.properties

- name: Publish instrumented test results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: ${{ !cancelled() }}
with:
comment_mode: off
Expand Down

0 comments on commit d370bf6

Please sign in to comment.