Skip to content

Commit bc534ae

Browse files
authored
Update main.yml
1 parent 36b105d commit bc534ae

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,15 @@ jobs:
5959
path: reports/junit-report.xml
6060
reporter: java-junit
6161

62-
- name: Publish Test Summary Results
62+
# - name: Publish Test Summary Results
63+
# if: always()
64+
# run: npx github-actions-ctrf test-results/cucumber-report.json
65+
- name: Publish Test Report
6366
if: always()
64-
run: npx github-actions-ctrf test-results/cucumber-report.json
67+
uses: ctrf-io/github-test-reporter@v1
68+
with:
69+
report-path: 'test-results/cucumber-report.json'
70+
6571
- uses: actions/upload-artifact@v4
6672
if: ${{ !cancelled() }}
6773
with:

0 commit comments

Comments
 (0)