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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue