@@ -276,27 +276,6 @@ jobs:
276276 docker logs mssqltestdb
277277 shell : bash
278278
279- - name : Verify that auth backend is up and running standalone
280- uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
281- with :
282- command :
283- " curl --fail http://localhost:3200/actuator/health --output /dev/null
284- --silent"
285-
286- - name : Verify that auth backend has access to database
287- uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
288- with :
289- command :
290- " curl --fail http://localhost:3200/public/v1/login --output /dev/null
291- --silent"
292-
293- - name : Verify that auth backend is up and running through proxy
294- uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
295- with :
296- command :
297- " curl --fail http://localhost:3300/api/auth/actuator/health --output
298- /dev/null --silent"
299-
300279 - name : Verify that mbtiles server is up and running standalone
301280 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
302281 with :
@@ -362,6 +341,27 @@ jobs:
362341 command : " curl --fail http://localhost:3009/actuator/health --output
363342 /dev/null --silent"
364343
344+ - name : Verify that auth backend is up and running standalone
345+ uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
346+ with :
347+ command :
348+ " curl --fail http://localhost:3200/actuator/health --output /dev/null
349+ --silent"
350+
351+ - name : Verify that auth backend has access to database
352+ uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
353+ with :
354+ command :
355+ " curl --fail http://localhost:3200/public/v1/login --output /dev/null
356+ --silent"
357+
358+ - name : Verify that auth backend is up and running through proxy
359+ uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
360+ with :
361+ command :
362+ " curl --fail http://localhost:3300/api/auth/actuator/health --output
363+ /dev/null --silent"
364+
365365 - name : Verify that hasura is up and running standalone
366366 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
367367 with :
0 commit comments