Skip to content

Increase liveness and readiness initial delay, period, and failure th… #479

Increase liveness and readiness initial delay, period, and failure th…

Increase liveness and readiness initial delay, period, and failure th… #479

name: Integration Tests
on:
push:
paths:
- "apps/altinn3-tilgang-service/**"
- "apps/bruker-service/**"
- "mocks/maskinporten-mock/**"
- "mocks/tokendings-mock/**"
workflow_dispatch:
jobs:
bruker-service:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/common.integration-test.yml
with:
working-directory: "apps/bruker-service/"
healthcheck: "http://localhost:8002/internal/health/liveness"
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}