CI: smtp service container fix
This commit is contained in:
parent
574efc2252
commit
024321a2f6
2 changed files with 6 additions and 7 deletions
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
|
@ -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
|
||||
|
|
7
.github/workflows/linux.yml
vendored
7
.github/workflows/linux.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue