mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: fix test.yml
This commit is contained in:
parent
3e4425bf2f
commit
e2af4744f6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -12,16 +12,12 @@ 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user