File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -323,20 +323,6 @@ jobs:
323323 with :
324324 command : " docker exec cypress yarn cypress --version"
325325
326- - name : Verify that hastus importer is up and running standalone
327- uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
328- with :
329- command :
330- " curl --fail http://localhost:3008/actuator/health --output /dev/null
331- --silent"
332-
333- - name : Verify that hastus importer is up and running through proxy
334- uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
335- with :
336- command :
337- " curl --fail http://localhost:3300/api/hastus/actuator/health --output
338- /dev/null --silent"
339-
340326 - name : Verify that timetables-api is up and running standalone
341327 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
342328 with :
@@ -356,6 +342,20 @@ jobs:
356342 " curl --fail http://localhost:3300/api/mbtiles/services --output
357343 /dev/null --silent"
358344
345+ - name : Verify that hastus importer is up and running standalone
346+ uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
347+ with :
348+ command :
349+ " curl --fail http://localhost:3008/actuator/health --output /dev/null
350+ --silent"
351+
352+ - name : Verify that hastus importer is up and running through proxy
353+ uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
354+ with :
355+ command :
356+ " curl --fail http://localhost:3300/api/hastus/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