Allow MongoDB and Postgres to restart in CI due to flakiness

This commit is contained in:
Matthew Lopez 2024-05-15 17:00:33 -04:00
parent c1bb5fb6cc
commit da0f0bbf0f
No known key found for this signature in database
GPG Key ID: 302A6EE3D63B7E0E

View File

@ -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