fix paht
This commit is contained in:
parent
3425d4684a
commit
4c4823795f
1 changed files with 9 additions and 0 deletions
9
.github/workflows/unit-test.yml
vendored
9
.github/workflows/unit-test.yml
vendored
|
|
@ -47,6 +47,11 @@ jobs:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Keep .github only
|
||||||
|
run: |
|
||||||
|
rm -rf *
|
||||||
|
ls -l
|
||||||
|
|
||||||
- name: Checkout Kun
|
- name: Checkout Kun
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -71,6 +76,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: xiang
|
path: xiang
|
||||||
|
|
||||||
|
- name: Keep .github only
|
||||||
|
run: |
|
||||||
|
ls -l .
|
||||||
|
|
||||||
- name: Setup ${{ matrix.db }}
|
- name: Setup ${{ matrix.db }}
|
||||||
uses: ./.github/actions/setup-db
|
uses: ./.github/actions/setup-db
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue