test path

This commit is contained in:
Max 2021-10-07 16:44:55 +08:00
parent b3abab59b2
commit d0e5a36c00

View file

@ -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
@ -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 ..
- name: Run Test
env: