From 8e8a06e7ab40938446f2b9969ed370cc1a828e9c Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Fri, 27 Oct 2023 10:13:52 +0100 Subject: [PATCH] ci: update compose command for pytest --- .github/workflows/pr_test_backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_test_backend.yml b/.github/workflows/pr_test_backend.yml index 6a905dba37..5fbd4d08ed 100644 --- a/.github/workflows/pr_test_backend.yml +++ b/.github/workflows/pr_test_backend.yml @@ -20,8 +20,8 @@ jobs: build_context: src/backend compose_service: api compose_command: | - wait-for-it fmtm-db:5432 --strict - -- wait-for-it central:8383 --strict + wait-for-it fmtm-db:5432 --strict \ + -- wait-for-it central:8383 --strict \ --timeout=30 -- pytest cache_extra_imgs: | "docker.io/postgis/postgis:${{ vars.POSTGIS_TAG }}"