Skip to content

Merge pull request #2 from de-don/feature/specify-patterns #12

Merge pull request #2 from de-don/feature/specify-patterns

Merge pull request #2 from de-don/feature/specify-patterns #12

Workflow file for this run

name: Test on Pull Request and Main
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test:ci