chore: update test.yml

This commit is contained in:
陈嘉涵 2019-12-19 15:10:54 +08:00
parent 447566aff1
commit ad1339b077

View File

@ -1,6 +1,6 @@
name: Node CI
on: [push]
on: [push, pull_request]
jobs:
run:
@ -10,12 +10,16 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install dependencies
run: yarn
- name: Run linter
run: npm run lint
- name: Run test cases
run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with: