From 719dccd326cadf7bfb7777a619139215ba70fd8e Mon Sep 17 00:00:00 2001 From: Amund Isaksen Date: Fri, 26 Jan 2024 11:26:17 +0100 Subject: [PATCH] Add fixed config with wait flag --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fd49837..e673311a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: docker compose --profile test build - name: Start docker stack - run: DYNAMICTIME=false LOTIME=1000-01-01T00:00:00Z HITIME=9999-12-31T23:59:59Z docker compose up -d --wait 120 + run: DYNAMICTIME=false LOTIME=1000-01-01T00:00:00Z HITIME=9999-12-31T23:59:59Z docker compose up -d --wait - name: See if all services are alive run: DYNAMICTIME=false LOTIME=1000-01-01T00:00:00Z HITIME=9999-12-31T23:59:59Z docker compose up --abort-on-container-exit