Skip to content

Commit 46dbf85

Browse files
committed
ChangedGithubActions
1 parent 22413aa commit 46dbf85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
# This step should always run, even if previous steps fail
5656
if: always()
5757

58+
# Step to send email with the zip report
5859
- name: Send email with zip report
5960
run: |
60-
echo "Sending email with Playwright html zip report"
61-
echo "Playwright Test Case Report" | mail -s "Subject: Playwright Test Report" -A html-report.zip codendeavor@gmail.com
61+
echo "Sending email with zip report"
62+
echo "This is the body of the email" | mutt -s "Subject: Playwright Test Report" -a html-report.zip codendeavor@gmail.com
6263
# This step should only run if the previous steps were successful
63-
if: always()
64+
if: success()

0 commit comments

Comments
 (0)