Skip to content

Use default config when no config is given #43

Use default config when no config is given

Use default config when no config is given #43

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