Use cyrus for coverage for all features
This commit is contained in:
parent
b50b4dee71
commit
f272b1515a
1 changed files with 6 additions and 10 deletions
16
.github/workflows/coverage.yml
vendored
16
.github/workflows/coverage.yml
vendored
|
|
@ -27,14 +27,10 @@ jobs:
|
|||
with:
|
||||
fail_ci_if_error: true
|
||||
services:
|
||||
greenmail:
|
||||
image: greenmail/standalone:1.6.8
|
||||
cyrus_imapd:
|
||||
image: outoforder/cyrus-imapd-tester:latest
|
||||
ports:
|
||||
- 3025:3025
|
||||
- 3110:3110
|
||||
- 3143:3143
|
||||
- 3465:3465
|
||||
- 3993:3993
|
||||
- 3995:3995
|
||||
env:
|
||||
GREENMAIL_OPTS: "-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose"
|
||||
- 3025:25
|
||||
- 3143:143
|
||||
- 3465:465
|
||||
- 3993:993
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue