We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b762621 commit 315d50eCopy full SHA for 315d50e
.github/workflows/shared-run-e2e.yml
@@ -195,6 +195,20 @@ jobs:
195
TIAMAT_DOCKER_IMAGE=${{ inputs.tiamat_version }}
196
EOF
197
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
212
- name: Start e2e environment
213
run: |
214
docker compose \
0 commit comments