Skip to content

Commit e2396e3

Browse files
author
Janne Rönkkö
committed
fixup: jore4-hastus to first phase
1 parent 159cf9a commit e2396e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
-f ${{ github.workspace }}/docker/docker-compose.yml \
183183
${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} \
184184
${{ inputs.start_jore3_importer == 'true' && '--profile importer' || '' }} \
185-
pull jore4-mapmatchingdb jore4-testdb jore4-hasura jore4-tiamat jore4-auth jore4-mbtiles jore4-mapmatching
185+
pull jore4-mapmatchingdb jore4-testdb jore4-hasura jore4-tiamat jore4-auth jore4-mbtiles jore4-mapmatching jore4-hastus
186186
shell: bash
187187

188188
- name: Start stage 1
@@ -191,7 +191,7 @@ jobs:
191191
-f ${{ github.workspace }}/docker/docker-compose.yml \
192192
${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} \
193193
${{ inputs.start_jore3_importer == 'true' && '--profile importer' || '' }} \
194-
up -d jore4-mapmatchingdb jore4-testdb jore4-hasura jore4-tiamat jore4-auth jore4-mbtiles jore4-mapmatching
194+
up -d jore4-mapmatchingdb jore4-testdb jore4-hasura jore4-tiamat jore4-auth jore4-mbtiles jore4-mapmatching jore4-hastus
195195
shell: bash
196196

197197

0 commit comments

Comments
 (0)