pinafore/.github/workflows/unit-tests.yml

19 lines
407 B
YAML
Raw Normal View History

name: Unit tests
on:
pull_request:
branches: [ master ]
jobs:
2022-11-25 16:30:23 +00:00
test:
runs-on: ubuntu-latest
steps:
2022-11-25 16:30:23 +00:00
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint
2022-11-25 16:30:23 +00:00
- run: yarn build
- run: yarn test-vercel-json-unchanged
- run: yarn test-unit