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:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
services:
|
services:
|
||||||
greenmail:
|
cyrus_imapd:
|
||||||
image: greenmail/standalone:1.6.8
|
image: outoforder/cyrus-imapd-tester:latest
|
||||||
ports:
|
ports:
|
||||||
- 3025:3025
|
- 3025:25
|
||||||
- 3110:3110
|
- 3143:143
|
||||||
- 3143:3143
|
- 3465:465
|
||||||
- 3465:3465
|
- 3993:993
|
||||||
- 3993:3993
|
|
||||||
- 3995:3995
|
|
||||||
env:
|
|
||||||
GREENMAIL_OPTS: "-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue