Skip to content

github-actions: bump nais/deploy from 1 to 2 #469

github-actions: bump nais/deploy from 1 to 2

github-actions: bump nais/deploy from 1 to 2 #469

Workflow file for this run

name: 'Build code and run test'
on:
push:
branches:
- '**' # Build all branches
tags-ignore:
- '**' # Don't build any tags
workflow_dispatch:
jobs:
build_code:
name: 'Build Code and run Tests'
runs-on: ubuntu-latest
permissions:
packages: read
env:
REACT_APP_DIGISOS_ENV: dev-sbs # tester er pr. nå avhengig av denne
steps:
- uses: actions/checkout@v4
- name: 'Build npm project and run Tests'
uses: navikt/sosialhjelp-ci/actions/build-npm@main
with:
node-version: 20
reader-token: ${{ secrets.READER_TOKEN }}
run-orval: 'true'