CI: smtp service container fix

This commit is contained in:
realaravinth 2021-06-30 21:07:17 +05:30
parent 574efc2252
commit 024321a2f6
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88
2 changed files with 6 additions and 7 deletions

View file

@ -41,9 +41,9 @@ jobs:
ports:
- 10025:1025
- 1080:1080
options: >-
--incoming-user admin
--incoming-pass password
env:
MAILDEV_INCOMING_USER: admin
MAILDEV_INCOMING_PASS: password
steps:
- uses: actions/checkout@v2

View file

@ -42,10 +42,9 @@ jobs:
ports:
- 10025:1025
- 1080:1080
options: >-
--incoming-user admin
--incoming-pass password
env:
MAILDEV_INCOMING_USER: admin
MAILDEV_INCOMING_PASS: password
steps:
- uses: actions/checkout@v2