This commit is contained in:
Max 2021-10-07 17:13:13 +08:00
parent 4c4823795f
commit 9b8b1e418f

View file

@ -64,6 +64,12 @@ jobs:
repository: yaoapp/xun
path: xun
- name: Test mv
run: |
mv xun ../
ls -l .
ls -l ../
- name: Checkout Gou
uses: actions/checkout@v2
with:
@ -76,9 +82,10 @@ jobs:
with:
path: xiang
- name: Keep .github only
- name: Show Dir
run: |
ls -l .
ls -l ./xiang/
- name: Setup ${{ matrix.db }}
uses: ./.github/actions/setup-db