Commit 43013e48 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Benjamin Cabé
Browse files

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: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 25dff89a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -236,14 +236,15 @@ jobs:
          junitparser merge artifacts/*/*/twister.xml junit.xml
          junit2html junit.xml junit.html

      - name: Upload Unit Test Results in HTML
      - name: Upload Unit Test Results
        if: always()
        uses: actions/upload-artifact@v4
        with:
          name: HTML Unit Test Results
          name: Unit Test Results
          if-no-files-found: ignore
          path: |
            junit.html
            junit.xml

      - name: Publish Unit Test Results
        uses: EnricoMi/publish-unit-test-result-action@v2