Skip to content

Commit

Permalink
use specific dorny test reporter version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Nov 16, 2024
1 parent 75b9e9c commit efa724d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# the remaining steps are only needed from one primary instance

- name: Post test summary
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v1.9.1
if: env.IS_PRIMARY == 'true' && always()
with:
name: Test results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
--logger trx
- name: Post test summary
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v1.9.1
if: always()
with:
name: Test results
Expand Down

0 comments on commit efa724d

Please sign in to comment.