Skip to content

Merge pull request #25 from biblioteksentralen/ny-logo #76

Merge pull request #25 from biblioteksentralen/ny-logo

Merge pull request #25 from biblioteksentralen/ny-logo #76

Workflow file for this run

name: Run tests
on:
push:
branches:
- "*"
jobs:
typecheck_and_unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: biblioteksentralen/github-actions/node-setup@main
- run: npm run test-ci