Skip to content

Commit 1950026

Browse files
author
Indra Prajapati
committed
a
1 parent b38f026 commit 1950026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
echo "### 📝 Test Execution Summary" >> $GITHUB_STEP_SUMMARY
4141
echo "| Status | Test Case | Feature |" >> $GITHUB_STEP_SUMMARY
4242
echo "|---------|----------|---------|" >> $GITHUB_STEP_SUMMARY
43-
cat reports/cucumber-report.json | jq -r '.[] |
43+
cat test-results/cucumber-report.json | jq -r '.[] |
4444
.elements[] |
4545
select(.steps[].result.status=="passed") |
4646
"| ✅ Pass | \(.name) | \(.uri | split("/") | last | sub(".feature"; "")) |"' >> $GITHUB_STEP_SUMMARY
47-
cat reports/cucumber-report.json | jq -r '.[] |
47+
cat test-results/cucumber-report.json | jq -r '.[] |
4848
.elements[] |
4949
select(.steps[].result.status=="failed") |
5050
"| ❌ Fail | \(.name) | \(.uri | split("/") | last | sub(".feature"; "")) |"' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)