From da0f0bbf0f90f9647bb202af0737cfea22aa72c2 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Wed, 15 May 2024 17:00:33 -0400 Subject: [PATCH] Allow MongoDB and Postgres to restart in CI due to flakiness --- .github/compose.ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/compose.ci.yml b/.github/compose.ci.yml index 2da8af6..8c57e55 100644 --- a/.github/compose.ci.yml +++ b/.github/compose.ci.yml @@ -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