We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7157f commit e5e63fcCopy full SHA for e5e63fc
1 file changed
.github/workflows/ci.yml
@@ -155,7 +155,14 @@ jobs:
155
with:
156
name: test-results-${{ matrix.displayTargetName }}
157
path: junit/*.xml
158
-
+ - name: Publish test results
159
+ uses: mikepenz/action-junit-report@v4
160
+ if: always()
161
+ with:
162
+ report_paths: junit/*.xml
163
+ detailed_summary: true
164
+ include_passed: true
165
+
166
checkpatch:
167
runs-on: ubuntu-24.04
168
name: checkpatch
0 commit comments