Skip to content

Commit

Permalink
🧑‍💻 Endringer på caching og yarnberry-støtte er lagt til i aap-workfl…
Browse files Browse the repository at this point in the history
…ows@main
  • Loading branch information
tidnav committed Feb 29, 2024
1 parent 569d45f commit ea9431e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**.md'
jobs:
buildDev:
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@next-cache-test
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main
permissions:
contents: read
id-token: write
Expand All @@ -17,10 +17,10 @@ jobs:
with:
cluster: dev-gcp
appname: 'aap-soknad'
playwright: true
playwright: false
cdn: true
buildProd:
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@frontend-next-build-yarnberry
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit ea9431e

Please sign in to comment.