We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4379ce0 + da5659d commit 10f6203Copy full SHA for 10f6203
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: gradlew build
34
run: ./gradlew build
35
- name: junit result
36
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
37
if: always() # always run even if the previous step fails
38
with:
39
check_name: JUnit ${{ matrix.jre }} ${{ matrix.os }}
0 commit comments