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