We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f511f2a commit 221a83aCopy full SHA for 221a83a
.github/workflows/twister.yaml
@@ -235,6 +235,7 @@ jobs:
235
path: artifacts
236
237
- name: Merge Test Results
238
+ if: needs.twister-build.result != 'skipped'
239
run: |
240
pip install junitparser junit2html
241
junitparser merge artifacts/*/*/twister.xml junit.xml
@@ -251,6 +252,7 @@ jobs:
251
252
junit.xml
253
254
- name: Publish Unit Test Results
255
256
uses: EnricoMi/publish-unit-test-result-action@v2
257
with:
258
check_name: Unit Test Results
0 commit comments