mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-09-12 13:28:37 -05:00
Allow MongoDB and Postgres to restart in CI due to flakiness
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user