Skip to content

Add workflows for tests #1

Add workflows for tests

Add workflows for tests #1

Workflow file for this run

name: JS unit tests
on: [pull_request, push]
permissions:
contents: read
jobs:
js-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: npm
- run: npm ci
- run: npm test