Skip to content

Commit

Permalink
Allow MongoDB and Postgres to restart in CI due to flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 committed May 15, 2024
1 parent c1bb5fb commit da0f0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit da0f0bb

Please sign in to comment.