mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
CI: smtp service container fix
This commit is contained in:
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
@@ -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
|
||||||
|
|||||||
7
.github/workflows/linux.yml
vendored
7
.github/workflows/linux.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user