Skip to content

Commit

Permalink
Merge pull request #240 from navikt/dependabot/github_actions/dorny/t…
Browse files Browse the repository at this point in the history
…est-reporter-1.9.0

Bump dorny/test-reporter from 1.8.0 to 1.9.0
  • Loading branch information
github-actions[bot] authored Apr 5, 2024
2 parents a85859a + 0a03b27 commit 5c2cb8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-auto-merged-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true

- uses: dorny/test-reporter@v1.8.0
- uses: dorny/test-reporter@v1.9.0
if: always()
with:
name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
arguments: test --continue --no-daemon --configuration-cache

- uses: dorny/test-reporter@v1.8.0
- uses: dorny/test-reporter@v1.9.0
if: success() || failure()
with:
name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true

- uses: dorny/test-reporter@v1.8.0
- uses: dorny/test-reporter@v1.9.0
if: always()
with:
name: test
Expand Down

0 comments on commit 5c2cb8a

Please sign in to comment.