Skip to content

Commit

Permalink
Updates healthcheck endpoint to use new liveness endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Feb 21, 2025
1 parent a02274b commit a9cb754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: ./.github/workflows/common.integration-test.yml
with:
working-directory: "apps/bruker-service/"
healthcheck: "http://localhost:8002/internal/isAlive"
healthcheck: "http://localhost:8002/internal/health/liveness"
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}

0 comments on commit a9cb754

Please sign in to comment.