mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +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
|
||||
with:
|
||||
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
|
||||
uses: actions/cache@v1
|
||||
|
Loading…
Reference in New Issue
Block a user