Skip to content

update auto (#61)

update auto (#61) #34

Workflow file for this run

name: Unit tests
on: [push]
jobs:
build:
name: Core Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.x"
cache: yarn
- name: install
run: |
yarn install --immutable
- name: test
run: |
yarn test --runInBand --ci