This commit is contained in:
Max 2021-10-07 17:09:45 +08:00
parent 3425d4684a
commit 4c4823795f

View file

@ -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: