Skip to content

Commit 338ab3b

Browse files
Remove health check options for MailHog service in test build workflow
1 parent 4e7d96a commit 338ab3b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@ jobs:
189189
- 5432:5432
190190
mailhog:
191191
image: mailhog/mailhog
192-
options: >-
193-
--health-cmd "curl -f http://localhost:8025/ || exit 1"
194-
--health-interval 10s
195-
--health-timeout 5s
196-
--health-retries 5
197192
ports:
198193
- 1025:1025
199194
- 8025:8025

0 commit comments

Comments
 (0)