File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -323,12 +323,6 @@ jobs:
323323 with :
324324 command : " docker exec cypress yarn cypress --version"
325325
326- - name : Verify that timetables-api is up and running standalone
327- uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
328- with :
329- command : " curl --fail http://localhost:3009/actuator/health --output
330- /dev/null --silent"
331-
332326 - name : Verify that mbtiles server is up and running standalone
333327 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
334328 with :
@@ -356,6 +350,12 @@ jobs:
356350 " curl --fail http://localhost:3300/api/hastus/actuator/health --output
357351 /dev/null --silent"
358352
353+ - name : Verify that timetables-api is up and running standalone
354+ uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
355+ with :
356+ command : " curl --fail http://localhost:3009/actuator/health --output
357+ /dev/null --silent"
358+
359359 - name : Verify that map matching database is up and running standalone
360360 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
361361 with :
You can’t perform that action at this time.
0 commit comments