chore: update test.yml

This commit is contained in:
陈嘉涵
2019-12-19 11:14:52 +08:00
parent 44f63a9ba9
commit ca744049ad
2 changed files with 18 additions and 26 deletions

18
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: yarn
- run: npm run lint
- run: npm test
- run: cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov