Skip to content

Commit 315d50e

Browse files
author
Janne Rönkkö
committed
Phase 1: possut, hasura, tiamat
1 parent b762621 commit 315d50e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/shared-run-e2e.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,20 @@ jobs:
195195
TIAMAT_DOCKER_IMAGE=${{ inputs.tiamat_version }}
196196
EOF
197197
198+
- name: Start stage 1
199+
run: |
200+
docker compose \
201+
-f ${{ github.workspace }}/docker/docker-compose.yml \
202+
${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} \
203+
${{ inputs.start_jore3_importer == 'true' && '--profile importer' || '' }} \
204+
up -d \
205+
jore4-mapmatchingdb \
206+
jore4-testdb \
207+
jore4-hasura \
208+
jore4-tiamat \
209+
210+
shell: bash
211+
198212
- name: Start e2e environment
199213
run: |
200214
docker compose \

0 commit comments

Comments
 (0)