Skip to content

4.0.1 Changelog

4.0.1 Changelog #206

Workflow file for this run

name: 'Run L0 tests.'
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- main
- 'releases/*'
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run unit tests
run: |
npm install
npm test