Skip to content

Commit

Permalink
Add timetables-api to health check
Browse files Browse the repository at this point in the history
  • Loading branch information
culka committed Feb 12, 2024
1 parent dfdb5c5 commit 582ffb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions github-actions/setup-e2e-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@ runs:
"curl --fail http://localhost:3300/api/hastus/actuator/health --output
/dev/null --silent"

- name: Verify that timetables-api is up and running standalone
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
with:
command: "curl --fail http://localhost:3009/actuator/health --output
/dev/null --silent"

- name: Verify that all containers are healthy
run: '[ -z "$(docker ps -q --filter health=unhealthy)" ]'
shell: bash

0 comments on commit 582ffb4

Please sign in to comment.