fix path
This commit is contained in:
parent
d0e5a36c00
commit
32bb1b5816
1 changed files with 4 additions and 3 deletions
7
.github/workflows/unit-test.yml
vendored
7
.github/workflows/unit-test.yml
vendored
|
|
@ -48,19 +48,19 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: yaoapp/kun
|
||||
path: kun
|
||||
path: ${{ github.WORKSPACE }}/../kun
|
||||
|
||||
- name: Checkout Xun
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: yaoapp/xun
|
||||
path: xun
|
||||
path: ${{ github.WORKSPACE }}/../xun
|
||||
|
||||
- name: Checkout Gou
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: yaoapp/gou
|
||||
path: gou
|
||||
path: ${{ github.WORKSPACE }}/../gou
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Checkout Xiang
|
||||
|
|
@ -90,6 +90,7 @@ jobs:
|
|||
sudo echo "127.0.0.1 local.iqka.com" | sudo tee -a /etc/hosts
|
||||
echo "XIANG_DB_DRIVER=$DB_DRIVER" >> $GITHUB_ENV
|
||||
ls -l .
|
||||
ls -l $GITHUB_WORKSPACE
|
||||
ls -l ..
|
||||
|
||||
- name: Run Test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue