Skip to content

Legger til måling om Dine utbetalinger panel vises (#728) #176

Legger til måling om Dine utbetalinger panel vises (#728)

Legger til måling om Dine utbetalinger panel vises (#728) #176

Workflow file for this run

name: 'Build code and run tests'
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
contents: read
steps:
- uses: actions/checkout@v4
- name: 'Build npm project and run Tests'
uses: navikt/sosialhjelp-ci/actions/build-npm@v2-beta
with:
reader-token: ${{ secrets.READER_TOKEN }}