Skip to content

Commit 22bfc58

Browse files
author
Indra Prajapati
committed
f
1 parent c9eea8f commit 22bfc58

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,13 +40,13 @@ 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
.[] |
4545
.elements[] |
4646
{name: .name, status: (.steps[].result.status), feature: (.uri // "unknown")} |
4747
select(.status == "passed") |
4848
"| ✅ Pass | \(.name) | \(.feature | split("/") | last | sub(".feature$"; "")) |"' >> $GITHUB_STEP_SUMMARY
49-
cat reports/cucumber-report.json | jq -r '
49+
cat test-results/cucumber-report.json | jq -r '
5050
.[] |
5151
.elements[] |
5252
{name: .name, status: (.steps[].result.status), feature: (.uri // "unknown")} |

0 commit comments

Comments
 (0)