test
This commit is contained in:
parent
4c4823795f
commit
9b8b1e418f
1 changed files with 8 additions and 1 deletions
9
.github/workflows/unit-test.yml
vendored
9
.github/workflows/unit-test.yml
vendored
|
|
@ -64,6 +64,12 @@ jobs:
|
||||||
repository: yaoapp/xun
|
repository: yaoapp/xun
|
||||||
path: xun
|
path: xun
|
||||||
|
|
||||||
|
- name: Test mv
|
||||||
|
run: |
|
||||||
|
mv xun ../
|
||||||
|
ls -l .
|
||||||
|
ls -l ../
|
||||||
|
|
||||||
- name: Checkout Gou
|
- name: Checkout Gou
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -76,9 +82,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: xiang
|
path: xiang
|
||||||
|
|
||||||
- name: Keep .github only
|
- name: Show Dir
|
||||||
run: |
|
run: |
|
||||||
ls -l .
|
ls -l .
|
||||||
|
ls -l ./xiang/
|
||||||
|
|
||||||
- name: Setup ${{ matrix.db }}
|
- name: Setup ${{ matrix.db }}
|
||||||
uses: ./.github/actions/setup-db
|
uses: ./.github/actions/setup-db
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue