@@ -186,7 +186,7 @@ runs:
186186 - name : Verify that UI is up and running through proxy
187187 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
188188 with :
189- command : " curl --fail http ://localhost:3300 --output /dev/null --silent"
189+ command : " curl --fail https ://e2e.local.jore.hsldev.com --output /dev/null --silent"
190190
191191 - name : Verify that postgresql is up and running
192192 id : verify_postgresql_started
@@ -242,7 +242,8 @@ runs:
242242 - name : Verify that hasura is up and running through proxy
243243 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
244244 with :
245- command : " curl --fail http://localhost:3300/api/graphql/healthz --output
245+ command :
246+ " curl --fail https://e2e.local.jore.hsldev.com/api/graphql/healthz --output
246247 /dev/null --silent"
247248
248249 - name : Verify that auth backend is up and running standalone
@@ -263,7 +264,7 @@ runs:
263264 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
264265 with :
265266 command :
266- " curl --fail http ://localhost:3300 /api/auth/actuator/health --output
267+ " curl --fail https ://e2e.local.jore.hsldev.com /api/auth/actuator/health --output
267268 /dev/null --silent"
268269
269270 - name : Verify that jore3 importer is up and running standalone
@@ -289,7 +290,7 @@ runs:
289290 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
290291 with :
291292 command :
292- " curl --fail http ://localhost:3300 /api/mbtiles/services --output
293+ " curl --fail https ://e2e.local.jore.hsldev.com /api/mbtiles/services --output
293294 /dev/null --silent"
294295
295296 - name : Verify that hastus importer is up and running standalone
@@ -303,7 +304,7 @@ runs:
303304 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
304305 with :
305306 command :
306- " curl --fail http ://localhost:3300 /api/hastus/actuator/health --output
307+ " curl --fail https ://e2e.local.jore.hsldev.com /api/hastus/actuator/health --output
307308 /dev/null --silent"
308309
309310 - name : Verify that timetables-api is up and running standalone
@@ -328,7 +329,7 @@ runs:
328329 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
329330 with :
330331 command :
331- " curl --fail http ://localhost:3300 /api/mapmatching/actuator/health
332+ " curl --fail https ://e2e.local.jore.hsldev.com /api/mapmatching/actuator/health
332333 --output /dev/null --silent"
333334
334335 - name : Verify that tiamat is up and running standalone
0 commit comments