Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use git lfs checkout for ci
Browse files Browse the repository at this point in the history
syinwu committed Feb 22, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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

0 comments on commit c407aea

Please sign in to comment.