Skip to content

Modify update mobx, react, react-dom, ts-jest #40

Modify update mobx, react, react-dom, ts-jest

Modify update mobx, react, react-dom, ts-jest #40

Workflow file for this run

name: test
on: push
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Run tests
run: npm run test