Skip to content

Commit

Permalink
add temp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Dec 4, 2024
1 parent 00f4284 commit c2de17a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-larva-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/tempWorkflow.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit c2de17a

Please sign in to comment.