fix path
This commit is contained in:
parent
90926acb56
commit
b3abab59b2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/unit-test.yml
vendored
6
.github/workflows/unit-test.yml
vendored
|
|
@ -48,19 +48,19 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: yaoapp/kun
|
||||
path: kun
|
||||
path: ../kun
|
||||
|
||||
- name: Checkout Xun
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: yaoapp/xun
|
||||
path: xun
|
||||
path: ../xun
|
||||
|
||||
- name: Checkout Gou
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: yaoapp/gou
|
||||
path: gou
|
||||
path: ../gou
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Checkout Xiang
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue