mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: temporarily disable ci test
This commit is contained in:
parent
5e00ab978b
commit
dc0e47ff16
30
.github/workflows/test.yml
vendored
30
.github/workflows/test.yml
vendored
@ -17,24 +17,24 @@ jobs:
|
|||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
test:
|
# test:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v1
|
# - uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
# - uses: actions/setup-node@v1
|
||||||
with:
|
# with:
|
||||||
node-version: '12.x'
|
# node-version: '12.x'
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
uses: bahmutov/npm-install@v1
|
# uses: bahmutov/npm-install@v1
|
||||||
|
|
||||||
- name: Run test cases
|
# - name: Run test cases
|
||||||
run: npm test
|
# run: npm test
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
# - name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1
|
# uses: codecov/codecov-action@v1
|
||||||
with:
|
# with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
# token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user