mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-01-24 17:03:56 +08:00
1. update yarn.lock to public registry
2. update ci workflow to use yarn.
This commit is contained in:
parent
e8d49d94d4
commit
e6d3b08597
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "12"
|
||||
- name: run test
|
||||
run: npm install
|
||||
- name: install dependencies
|
||||
run: yarn install
|
||||
- name: run test
|
||||
run: yarn run test:ci
|
||||
- name: run build
|
||||
|
Loading…
Reference in New Issue
Block a user