Skip to content

Bump vite from 5.2.2 to 5.2.6 in /apps/dolly-frontend/src/main/js (#3… #41

Bump vite from 5.2.2 to 5.2.6 in /apps/dolly-frontend/src/main/js (#3…

Bump vite from 5.2.2 to 5.2.6 in /apps/dolly-frontend/src/main/js (#3… #41

name: Integration Tests
on:
push:
branches:
- master
paths-ignore:
- 'navikt/**'
- '.github/**'
- '.nais/alerting-dolly.yml'
pull_request:
types: [ assigned, opened, synchronize, reopened ]
workflow_dispatch:
jobs:
bruker-service:
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 }}
person-organisasjon-tilgang-service:
uses: ./.github/workflows/common.integration-test.yml
with:
working-directory: 'apps/person-organisasjon-tilgang-service/'
healthcheck: 'http://localhost:8001/internal/isAlive'
secrets: inherit