Skip to content

Commit 95306b9

Browse files
authored
Update main.yml
1 parent b8d0486 commit 95306b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
name: Cucumber Report
5959
path: reports/junit-report.xml
6060
reporter: jest-junit
61+
62+
- name: Publish Test Summary Results
63+
run: npx github-actions-ctrf test-results/cucumber-report.json
6164
- uses: actions/upload-artifact@v4
6265
if: ${{ !cancelled() }}
6366
with:

0 commit comments

Comments
 (0)