Skip to content

Commit

Permalink
Conditional på draft request for integrasjonstester.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Apr 15, 2024
1 parent e7d604b commit 5e75dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ on:

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 }}
person-organisasjon-tilgang-service:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/common.integration-test.yml
with:
working-directory: 'apps/person-organisasjon-tilgang-service/'
Expand Down

0 comments on commit 5e75dbf

Please sign in to comment.