Skip to content

Merge pull request #20 from blink1073/default-config #44

Merge pull request #20 from blink1073/default-config

Merge pull request #20 from blink1073/default-config #44

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
- run: npm ci
- run: npm run test:cov