Skip to content

Commit

Permalink
Opprett bidrag-stonad syntetisk
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Sep 19, 2024
1 parent a275079 commit 8f16884
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
if: github.actor != 'dependabot[bot]'
needs: build-deploy

steps:
- uses: actions/checkout@v4
- name: Deploy to dev-gcp
uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev-gcp
RESOURCE: .nais/nais.yaml
VARS: .nais/main.yaml
IMAGE: ${{ needs.build-deploy.outputs.image }}

run_cucumber_tests:
runs-on: ubuntu-latest
name: Run cucumber tests
Expand Down

0 comments on commit 8f16884

Please sign in to comment.