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 9784852 commit b9b54cdCopy full SHA for b9b54cd
.github/workflows/main.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
report_paths: 'reports/junit-report.xml'
37
- name: Add Test Summary to GitHub Actions
38
+ if: always()
39
run: |
40
echo "### Test Execution Summary" >> $GITHUB_STEP_SUMMARY
41
echo "| Status | Test Name |" >> $GITHUB_STEP_SUMMARY
0 commit comments