Skip to content

Commit

Permalink
legge til ci-skip conditional i test-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Sep 20, 2024
1 parent e30d2bd commit 00c1736
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.dine-pleiepenger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run: yarn test --filter=@navikt/dine-pleiepenger

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run: yarn test --filter=@navikt/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.endringsmelding-pleiepenger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run: yarn test --filter=@navikt/endringsmelding-pleiepenger

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.omsorgsdager-aleneomsorg-dialog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run: yarn test --filter=@navikt/omsorgsdager-aleneomsorg-dialog

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.omsorgsdager-kalkulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run: yarn test --filter=@navikt/omsorgsdager-kalkulator

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
run: yarn test --filter=@navikt/omsorgspengerutbetaling-arbeidstaker-soknad

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.omsorgspengerutbetaling-soknad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
run: yarn test --filter=@navikt/omsorgspengerutbetaling-soknad

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.omsorgspengesøknad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run: yarn test --filter=@navikt/omsorgspengesoknad

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run: yarn test --filter=@navikt/pleiepenger-i-livets-sluttfase-soknad

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.pleiepenger-sykt-barn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
run: yarn test --filter=@navikt/pleiepenger-sykt-barn

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.sif-ettersending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
run-script-tests:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
run: yarn test --filter=@navikt/sif-ettersending

run-playwright-test:
if: '!contains(github.event.head_commit.message, "[ci skip]")'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 00c1736

Please sign in to comment.