Skip to content

Commit

Permalink
Don't run coverage for now
Browse files Browse the repository at this point in the history
We need greenmail-mail-test/greenmail#284 to
be resolved first, because native-tls uses an up-to-date openssl
version, which rejects Greenmail's cert
  • Loading branch information
jonhoo committed Sep 3, 2019
1 parent 533d2dd commit 5de7a70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ stages:
jobs:
- template: azure/style.yml@templates
- stage: coverage
condition: never() # https://github.com/greenmail-mail-test/greenmail/issues/284
displayName: Code coverage
dependsOn: test
jobs:
Expand All @@ -89,7 +90,7 @@ resources:
endpoint: jonhoo
containers:
- container: greenmail
image: greenmail/standalone:1.5.9
image: greenmail/standalone:1.5.10
ports:
- 3025:3025
- 3110:3110
Expand Down

0 comments on commit 5de7a70

Please sign in to comment.