marocchino-sticky-pull-requ.../.github/workflows/test.yml
2019-11-21 10:11:11 +09:00

16 lines
225 B
YAML

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run build
- run: npm test