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
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Keep .github only
|
||||
run: |
|
||||
rm -rf *
|
||||
ls -l
|
||||
|
||||
- name: Checkout Kun
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
@ -71,6 +76,10 @@ jobs:
|
|||
with:
|
||||
path: xiang
|
||||
|
||||
- name: Keep .github only
|
||||
run: |
|
||||
ls -l .
|
||||
|
||||
- name: Setup ${{ matrix.db }}
|
||||
uses: ./.github/actions/setup-db
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue