mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-30 15:08:29 +00:00
CI: smtp service container fix
This commit is contained in:
parent
574efc2252
commit
024321a2f6
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…
x
Reference in New Issue
Block a user