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 1222ade commit 98f19c2Copy full SHA for 98f19c2
.github/workflows/twister.yaml
@@ -226,6 +226,8 @@ jobs:
226
- name: Generate Error Summary
227
run: |
228
scripts/ci/twister_report_analyzer.py artifacts/Unit*/**/twister.json --long-summary
229
+ echo '### Error Summary! 🚀' >> $GITHUB_STEP_SUMMARY
230
+ cat file.txt >> $GITHUB_STEP_SUMMARY
231
232
- name: Merge Test Results
233
0 commit comments