Skip to content

Commit 35ee9d6

Browse files
authored
Update main.yml
1 parent dd5565c commit 35ee9d6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
# - name: Publish Test Summary Results
6363
# if: always()
6464
# run: npx github-actions-ctrf test-results/cucumber-report.json
65-
- name: Publish Test Report
66-
if: always()
67-
uses: ctrf-io/github-test-reporter@v1
68-
with:
69-
report-path: 'test-results/cucumber-report.json'
65+
# - name: Publish Test Report
66+
# if: always()
67+
# uses: ctrf-io/github-test-reporter@v1
68+
# with:
69+
# report-path: 'test-results/cucumber-report.json'
7070

7171
- uses: actions/upload-artifact@v4
7272
if: ${{ !cancelled() }}
@@ -75,10 +75,10 @@ jobs:
7575
path: test-results/
7676
retention-days: 2
7777

78-
# - name: Mark Workflow as Success
79-
# if: success()
80-
# run: echo "Automation completed successfully!"
78+
- name: Mark Workflow as Success
79+
if: success()
80+
run: echo "Automation completed successfully!"
8181

82-
# - name: Mark Workflow as Failure
83-
# if: failure()
84-
# run: echo "Automation failed!"
82+
- name: Mark Workflow as Failure
83+
if: failure()
84+
run: echo "Automation failed!"

0 commit comments

Comments
 (0)