marocchino-sticky-pull-requ.../.github/workflows/test.yml
2019-11-21 09:57:13 +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