We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df5cded + 60e2b8d commit 01f1909Copy full SHA for 01f1909
.github/workflows/test_and_lint.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: gradle/gradle-build-action@v3
11
- run: ./gradlew test lint checkstyleMain checkstyleTest
12
- name: Publish Test Report
13
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
14
if: success() || failure() # always run even if the previous step fails
15
with:
16
report_paths: '**/build/test-results/test/TEST-*.xml'
0 commit comments