Skip to content

Commit e5e63fc

Browse files
committed
lkl/ci: show test results
Show tests results directly in Github. Signed-off-by: Octavian Purdila <tavip@google.com>
1 parent 7d7157f commit e5e63fc

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,14 @@ jobs:
155155
with:
156156
name: test-results-${{ matrix.displayTargetName }}
157157
path: junit/*.xml
158-
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+
159166
checkpatch:
160167
runs-on: ubuntu-24.04
161168
name: checkpatch

0 commit comments

Comments
 (0)