Skip to content

Commit 01f1909

Browse files
authored
Merge pull request #75 from StyraInc/dependabot/github_actions/mikepenz/action-junit-report-5
Bump mikepenz/action-junit-report from 4 to 5
2 parents df5cded + 60e2b8d commit 01f1909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: gradle/gradle-build-action@v3
1111
- run: ./gradlew test lint checkstyleMain checkstyleTest
1212
- name: Publish Test Report
13-
uses: mikepenz/action-junit-report@v4
13+
uses: mikepenz/action-junit-report@v5
1414
if: success() || failure() # always run even if the previous step fails
1515
with:
1616
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)