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 8bef300 commit 6f5d836Copy full SHA for 6f5d836
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
cd ..
98
./gradlew testIdea
99
- name: junit result
100
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
101
if: always() # always run even if the previous step fails
102
with:
103
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}
0 commit comments