Skip to content

Commit 43013e4

Browse files
committed
ci: twister: upload junit.xml artifact
The "raw" junit.xml is a useful artifact to make available to developers as it can be ingested by various tools to help dig into failures, look at evolution of test results over time, etc. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 25dff89 commit 43013e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/twister.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,15 @@ jobs:
236236
junitparser merge artifacts/*/*/twister.xml junit.xml
237237
junit2html junit.xml junit.html
238238
239-
- name: Upload Unit Test Results in HTML
239+
- name: Upload Unit Test Results
240240
if: always()
241241
uses: actions/upload-artifact@v4
242242
with:
243-
name: HTML Unit Test Results
243+
name: Unit Test Results
244244
if-no-files-found: ignore
245245
path: |
246246
junit.html
247+
junit.xml
247248
248249
- name: Publish Unit Test Results
249250
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)