Skip to content

- Deploy

- Deploy #697

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"
permissions:
contents: read
id-token: write
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}