File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 49
49
- name : " Run check on project"
50
50
run : " ./gradlew generateUsage && ./gradlew check"
51
51
- name : " junit result"
52
- uses : " mikepenz/action-junit-report@v4 "
52
+ uses : " mikepenz/action-junit-report@v5 "
53
53
if : " always()"
54
54
with :
55
55
check_name : " JUnit Report"
94
94
cache-read-only : ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/initial-version' }} # TODO remove when initial-version is removed
95
95
- name : " Check if binary works"
96
96
run : " ./gradlew testAllCliNative"
97
+ - name : " junit result"
98
+ uses : " mikepenz/action-junit-report@v5"
99
+ if : " always()"
100
+ with :
101
+ check_name : " JUnit Report ${{ matrix.platform.name }}"
102
+ report_paths : " **/build/test-results/tes*/*.xml" # multiple test tasks
97
103
- name : " upload binary" # for debugging
98
104
uses : actions/upload-artifact@v4
99
105
with :
You can’t perform that action at this time.
0 commit comments