fix daily regression (#1545)

* update daily regression

* update test
This commit is contained in:
Yunlin Mao
2025-11-07 17:45:59 +08:00
committed by GitHub
parent 23733ae4eb
commit dfb370b77d
3 changed files with 14 additions and 6 deletions

View File

@@ -24,12 +24,17 @@ jobs:
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
lfs: 'true'
submodules: 'true'
- name: Checkout LFS objects
run: git lfs checkout
lfs: false
submodules: true
fetch-depth: 0
- name: Fetch LFS objects
run: |
git lfs install --local --force
git lfs pull
- name: Run unittest
shell: bash
run: |