CI: smtp service container fix

This commit is contained in:
realaravinth
2021-06-30 21:07:17 +05:30
parent 574efc2252
commit 024321a2f6
2 changed files with 6 additions and 7 deletions

View File

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

View File

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