v2 new release (#70)

This commit is contained in:
github-actions[bot]
2022-04-11 11:04:38 -04:00
committed by GitHub
parent a517f2ff65
commit 217bf70cbd
116 changed files with 73796 additions and 633 deletions

View File

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