Skip to content

Fjerner unødvendig env i step docker-build-push. #81

Fjerner unødvendig env i step docker-build-push.

Fjerner unødvendig env i step docker-build-push. #81

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: inherit