Skip to content

Commit fcff69e

Browse files
committed
GitHubActions
1 parent 2613196 commit fcff69e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
echo "HTML report does not exist. Exiting..."
6161
exit 1
6262
fi
63+
if: always()
6364

6465
# Step to zip html-report folder
6566
- name: Zip HTML report
@@ -72,11 +73,13 @@ jobs:
7273
with:
7374
name: html-report
7475
path: html-report.zip
76+
if: always()
7577

7678
- name: Generate artifact link
7779
id: artifact_link
7880
# Adjust the wait time as needed
7981
run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
82+
if: always()
8083

8184
# Send Slack notification once the tests are completed
8285
- name: Send Slack notification

0 commit comments

Comments
 (0)