Skip to content

feat: flytter nye nyheter-logoer ut av preview #306

feat: flytter nye nyheter-logoer ut av preview

feat: flytter nye nyheter-logoer ut av preview #306

Workflow file for this run

name: Build and test package
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- run: npm ci
# Build to verify
- run: npm run build
# Verify built artefacts
- run: npm run test