marocchino-sticky-pull-requ.../.github/workflows/test.yml
Jonathan Yu 5114ea9463 chore: build updates
* Update test to build on main branch instead of master
* Update workflows to use actions/checkout@v2, which performs a
  shallow clone by default, so should be slightly faster
2021-03-21 20:54:25 +00:00

14 lines
198 B
YAML

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run all