Skip to content

Commit 79757c5

Browse files
author
Janne Rönkkö
committed
Reorder v3
1 parent 2fc3bfe commit 79757c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,6 @@ jobs:
323323
with:
324324
command: "docker exec cypress yarn cypress --version"
325325

326-
- name: Verify that timetables-api is up and running standalone
327-
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
328-
with:
329-
command: "curl --fail http://localhost:3009/actuator/health --output
330-
/dev/null --silent"
331-
332326
- name: Verify that mbtiles server is up and running standalone
333327
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
334328
with:
@@ -356,6 +350,12 @@ jobs:
356350
"curl --fail http://localhost:3300/api/hastus/actuator/health --output
357351
/dev/null --silent"
358352

353+
- name: Verify that timetables-api is up and running standalone
354+
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
355+
with:
356+
command: "curl --fail http://localhost:3009/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)