Skip to content

Commit 2fc3bfe

Browse files
author
Janne Rönkkö
committed
Reorder v2
1 parent b4c7b8b commit 2fc3bfe

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

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

0 commit comments

Comments
 (0)