Skip to content

Commit d8d691a

Browse files
author
Janne Rönkkö
committed
DEV: check auth later in setup e2e
1 parent ee1f9ea commit d8d691a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)