Skip to content

Commit

Permalink
use git lfs checkout for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
syinwu committed Feb 22, 2022
1 parent a698f04 commit c407aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
lfs: true
fetch-depth: 0 #for better blame info
- name: Checkout LFS objects
run: git lfs checkout
- name: Download vendored dependencies
run: go mod vendor
- name: Tests and coverage
Expand Down

0 comments on commit c407aea

Please sign in to comment.