We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7157f commit fae26e5Copy full SHA for fae26e5
1 file changed
.github/workflows/ci.yml
@@ -155,6 +155,12 @@ jobs:
155
with:
156
name: test-results-${{ matrix.displayTargetName }}
157
path: junit/*.xml
158
+ - name: Publish test results
159
+ uses: EnricoMi/publish-unit-test-result-action@v2
160
+ if: always()
161
+ with:
162
+ files: junit/*.xml
163
+ check_run_annotations: all
164
165
checkpatch:
166
runs-on: ubuntu-24.04
0 commit comments