Skip to content

Merge pull request #1298 from navikt/overskrift-graphql #2167

Merge pull request #1298 from navikt/overskrift-graphql

Merge pull request #1298 from navikt/overskrift-graphql #2167

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
env:
PRINT_PAYLOAD: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://npm.pkg.github.com"
cache: 'npm'
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- run: npm run test
- run: npm run build