From f272b1515a436b95c83755ab460f9bbda0a5b1c7 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 17 Sep 2022 14:57:10 -0700 Subject: [PATCH] Use cyrus for coverage for all features --- .github/workflows/coverage.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5a7f182..3ba64d0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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