Skip to content

Merge branch 'master' of https://github.com/navikt/testnorge into fea… #280

Merge branch 'master' of https://github.com/navikt/testnorge into fea…

Merge branch 'master' of https://github.com/navikt/testnorge into fea… #280

name: Lib reactive-proxy
on:
push:
paths:
- libs/reactive-proxy/**
- .github/workflows/lib.reactive-proxy.yml
jobs:
scan:
name: Scan
uses: ./.github/workflows/common.scan.sonar.yml
with:
working-directory: 'libs/reactive-proxy/'
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/reactive-proxy/'
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}