From ba1d99540ac41ebb5a3171416885f37b95cc3376 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Fri, 20 Oct 2023 10:03:57 +0100 Subject: [PATCH] ci(pytest): fix timeout syntax --- .github/workflows/r-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/r-pytest.yml b/.github/workflows/r-pytest.yml index be74e72d29..ae95544db7 100644 --- a/.github/workflows/r-pytest.yml +++ b/.github/workflows/r-pytest.yml @@ -75,7 +75,7 @@ jobs: run: | docker compose run api \ wait-for-it fmtm-db:5432 --strict \ - -- wait-for-it central:8383 --strict --timeout 30 \ + -- wait-for-it central:8383 --strict --timeout=30 \ -- pytest cache-images: