From af88f6ec979fae4835ba06deaa8dbe29c3d656f7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 19 May 2022 11:55:53 +1000 Subject: [PATCH] python CI: wait for server before continuing --- .github/workflows/qc_checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index e73a1e8f98..93b208451b 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -153,6 +153,7 @@ jobs: invoke delete-data -f invoke import-fixtures invoke server -a 127.0.0.1:12345 & + invoke wait - name: Run Tests run: | cd ${{ env.wrapper_name }}