File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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!"
You can’t perform that action at this time.
0 commit comments