mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-07-19 17:01:36 -05:00
Allow MongoDB and Postgres to restart in CI due to flakiness
This commit is contained in:
parent
c1bb5fb6cc
commit
da0f0bbf0f
4
.github/compose.ci.yml
vendored
4
.github/compose.ci.yml
vendored
|
|
@ -13,7 +13,7 @@ services:
|
|||
restart: no
|
||||
ports: !reset []
|
||||
mongodb:
|
||||
restart: no
|
||||
# Can be flaky in CI, so allow restarting
|
||||
ports: !reset []
|
||||
mongo-express:
|
||||
restart: no
|
||||
|
|
@ -31,7 +31,7 @@ services:
|
|||
restart: no
|
||||
ports: !reset []
|
||||
postgres:
|
||||
restart: no
|
||||
# Can be flaky in CI, so allow restarting
|
||||
ports: !reset []
|
||||
adminer:
|
||||
restart: no
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user