From 43c4756a05e2cf7af4d74e0be104f3e95aeb1d06 Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Fri, 6 Dec 2024 11:25:02 +0100 Subject: [PATCH] refactor: set version to latest --- .github/workflows/run-larva-scenarios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-larva-scenarios.yml b/.github/workflows/run-larva-scenarios.yml index 262033ee..bd626d44 100644 --- a/.github/workflows/run-larva-scenarios.yml +++ b/.github/workflows/run-larva-scenarios.yml @@ -27,7 +27,7 @@ jobs: - name: Start Application run: | - docker compose -f ./docker-compose.zaakbrug.dev.yml up -d + docker run -d --name zaakbrug -p 8080:8080 -e dtap.stage=LOC wearefrank/zaakbrug timeout-minutes: 2 - name: Wait for Application to be Healthy