Skip to content

Fikset bug med Alder som ble vist som huket av på legg til/endre eksi… #64

Fikset bug med Alder som ble vist som huket av på legg til/endre eksi…

Fikset bug med Alder som ble vist som huket av på legg til/endre eksi… #64

name: Lib integration-test
on:
push:
paths:
- libs/integration-test/**
- .github/workflows/lib.reactive-core.yml
jobs:
scan:
name: Scan
uses: ./.github/workflows/common.scan.sonar.yml
with:
working-directory: 'libs/integration-test/'
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build:
name: Build
uses: ./.github/workflows/common.java-build.yml
with:
working-directory: 'libs/integration-test/'
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}