From c2de17a3147a2e5c8181dcf5190ab2e4c24b2844 Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Wed, 4 Dec 2024 15:23:15 +0100 Subject: [PATCH] add temp workflow --- .github/workflows/run-larva-scenarios.yml | 2 +- .github/workflows/tempWorkflow.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/tempWorkflow.yml diff --git a/.github/workflows/run-larva-scenarios.yml b/.github/workflows/run-larva-scenarios.yml index 6e1859e7..f67cc538 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 run -d --name morcoreintegration -p 8080:8080 -e dtap.stage=LOC wearefrank/morcoreintegration:${{ inputs.APP_VERSION }} + docker compose -f ./docker-compose.zaakbrug.dev.yml up --build --force-recreate timeout-minutes: 2 - name: Wait for Application to be Healthy diff --git a/.github/workflows/tempWorkflow.yml b/.github/workflows/tempWorkflow.yml new file mode 100644 index 00000000..fcbf0f2f --- /dev/null +++ b/.github/workflows/tempWorkflow.yml @@ -0,0 +1,12 @@ +name: Test Larva Workflow + +on: + push: + branches: + - main + +jobs: + test-larva-scenarios: + uses: ./.github/workflows/run-larva-scenarios.yml + with: + APP_VERSION: "1.0.0"