Skip to content

Commit ba450f8

Browse files
authored
Update email.yml
1 parent 344cfbe commit ba450f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/email.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,10 @@ jobs:
6262
# Make file runnable, might not be necessary
6363
chmod +x "${GITHUB_WORKSPACE}/bin/tests.sh"
6464
# Run tests
65-
"${GITHUB_WORKSPACE}/bin/tests.sh"
65+
# Ignore Postal, no server active.
66+
"${GITHUB_WORKSPACE}/bin/tests.sh mailgun"
67+
"${GITHUB_WORKSPACE}/bin/tests.sh postmark"
68+
"${GITHUB_WORKSPACE}/bin/tests.sh sendgrid"
69+
"${GITHUB_WORKSPACE}/bin/tests.sh smtp"
70+
"${GITHUB_WORKSPACE}/bin/tests.sh sparkpost"
6671

0 commit comments

Comments
 (0)