File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -77,19 +77,13 @@ jobs:
77
77
if-no-files-found : error
78
78
if : always()
79
79
80
- - name : Generate artifact link
81
- id : artifact_link
82
- # Adjust the wait time as needed
83
- run : echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/"
84
- if : always()
85
-
86
80
# Send Slack notification once the tests are completed
87
81
- name : Send Slack notification
88
82
uses : rtCamp/action-slack-notify@v2
89
83
env :
90
84
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_URL }}
91
85
SLACK_CHANNEL : " #playwright-test-reports"
92
86
SLACK_USERNAME : Playwright GitHub Actions
93
- SLACK_TITLE : Test results are available [here]( ${{ steps.artifact_link.outputs.artifact_url }}) .
87
+ SLACK_TITLE : Test results are available in Artifacts section of below link as html-report ${{ steps.artifact_link.outputs.artifact_url }}.
94
88
# This step should always run, even if previous steps fail
95
89
if : always()
You can’t perform that action at this time.
0 commit comments