Skip to content

Integration test path fix altinn3 #411

Integration test path fix altinn3

Integration test path fix altinn3 #411

name: Integration Tests
on:
push:
paths:
- 'apps/bruker-service/**'
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/isAlive'
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}