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
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/kun
|
repository: yaoapp/kun
|
||||||
path: kun
|
path: ../kun
|
||||||
|
|
||||||
- name: Checkout Xun
|
- name: Checkout Xun
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/xun
|
repository: yaoapp/xun
|
||||||
path: xun
|
path: ../xun
|
||||||
|
|
||||||
- name: Checkout Gou
|
- name: Checkout Gou
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/gou
|
repository: yaoapp/gou
|
||||||
path: gou
|
path: ../gou
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Checkout Xiang
|
- name: Checkout Xiang
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue