We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a58ae commit da5659dCopy full SHA for da5659d
.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