Skip to content

Clickable logo to return to overview #161

Clickable logo to return to overview

Clickable logo to return to overview #161

Workflow file for this run

name: Automated tests
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
- run: npm test