Skip to content

Commit fae26e5

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 fae26e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ jobs:
155155
with:
156156
name: test-results-${{ matrix.displayTargetName }}
157157
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
158164

159165
checkpatch:
160166
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)