Skip to content

Commit a71b0d1

Browse files
committed
Updated tests
1 parent 4aeb08e commit a71b0d1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/email.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ jobs:
6161
run: |
6262
# Make file runnable, might not be necessary
6363
chmod +x "${GITHUB_WORKSPACE}/bin/tests.sh"
64+
# Ensure in check dir
65+
cd ${GITHUB_WORKSPACE}
6466
# Run tests
65-
"${GITHUB_WORKSPACE}/bin/tests.sh mailgun"
66-
"${GITHUB_WORKSPACE}/bin/tests.sh postmark"
67-
"${GITHUB_WORKSPACE}/bin/tests.sh sendgrid"
68-
"${GITHUB_WORKSPACE}/bin/tests.sh smtp"
69-
"${GITHUB_WORKSPACE}/bin/tests.sh sparkpost"
67+
"go test -v ./tests/ -run "Test_MailGun";
68+
"go test -v ./tests/ -run "Test_Postmark";
69+
"go test -v ./tests/ -run "Test_SendGrid";
70+
"go test -v ./tests/ -run "Test_SMTP";
71+
"go test -v ./tests/ -run "Test_SparkPost";
7072

0 commit comments

Comments
 (0)