Skip to content

Commit

Permalink
Oppdater github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Oct 31, 2023
1 parent 8352a2e commit ba664f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
name: Run cucumber tests
needs: build-deploy
if: ${{ always() && needs.build-deploy.outputs.deploy_success == 'true' }}
if: ${{ always() && needs.build-deploy.outputs.deploy_suksess == 'true' }}

env:
INGRESS_CUCUMBER: https://bidrag-cucumber-cloud-feature.ekstern.dev.nav.no
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: navikt/bidrag-workflow/.github/workflows/deploy.yaml@main
secrets: inherit
with:
nais_vars_file_name: main
nais_variabler_filnavn: main.yaml

run_cucumber_tests:
runs-on: ubuntu-latest
name: Run cucumber tests
needs: build-deploy
if: ${{ always() && needs.build-deploy.outputs.deploy_success == 'true' }}
if: ${{ always() && needs.build-deploy.outputs.deploy_suksess == 'true' }}

env:
INGRESS_CUCUMBER: https://bidrag-cucumber-cloud.ekstern.dev.nav.no
Expand Down

0 comments on commit ba664f2

Please sign in to comment.