Skip to content

0.6.0-beta.36

0.6.0-beta.36 #570

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- run: npm install
- run: npm test
- run: npm run coverage
- uses: codecov/codecov-action@v3