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 344cfbe commit ba450f8Copy full SHA for ba450f8
.github/workflows/email.yml
@@ -62,5 +62,10 @@ jobs:
62
# Make file runnable, might not be necessary
63
chmod +x "${GITHUB_WORKSPACE}/bin/tests.sh"
64
# Run tests
65
- "${GITHUB_WORKSPACE}/bin/tests.sh"
+ # 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"
71
0 commit comments