Skip to content

Merge pull request #119 from kddejong/update/index/2023/12/13 #120

Merge pull request #119 from kddejong/update/index/2023/12/13

Merge pull request #119 from kddejong/update/index/2023/12/13 #120

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
name: Check
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Run tests
run: |
npm ci
npm test
npm run all