mirror of
https://github.com/youzan/vant.git
synced 2026-01-13 07:03:44 +08:00
chore: update test.yml
This commit is contained in:
18
.github/workflows/test.yml
vendored
Normal file
18
.github/workflows/test.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user