mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 03:58:05 +08:00
chore: update workflow
This commit is contained in:
parent
d05c9dfc93
commit
c9f5ee6095
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -99,7 +99,13 @@ jobs:
|
|||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
submodules: true
|
|
||||||
|
- name: Checkout submodules
|
||||||
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
repository: tangjinzhou/antdv-demo
|
||||||
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
path: git@github.com:tangjinzhou/antdv-demo.git
|
||||||
|
|
||||||
- name: restore cache from package-lock.json
|
- name: restore cache from package-lock.json
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user