We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2613196 commit fcff69eCopy full SHA for fcff69e
.github/workflows/playwright.yml
@@ -60,6 +60,7 @@ jobs:
60
echo "HTML report does not exist. Exiting..."
61
exit 1
62
fi
63
+ if: always()
64
65
# Step to zip html-report folder
66
- name: Zip HTML report
@@ -72,11 +73,13 @@ jobs:
72
73
with:
74
name: html-report
75
path: html-report.zip
76
77
78
- name: Generate artifact link
79
id: artifact_link
80
# Adjust the wait time as needed
81
run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
82
83
84
# Send Slack notification once the tests are completed
85
- name: Send Slack notification
0 commit comments