mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 08:17:45 +01:00
update daily regression
This commit is contained in:
15
.github/workflows/daily_regression.yaml
vendored
15
.github/workflows/daily_regression.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user