Skip to content

Commit

Permalink
ci: fix nightly compatiblity tests (#1682)
Browse files Browse the repository at this point in the history
fix nightly compatiblity tests
  • Loading branch information
bermuell authored and insumity committed Mar 11, 2024
1 parent 67d4e73 commit 493b882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
go-version: "1.21"
- uses: actions/checkout@v4
with:
fetch-depth: 0 # get all history for all branches and tags
- name: Checkout LFS objects
run: git lfs checkout
- name: Setup Go
Expand Down

0 comments on commit 493b882

Please sign in to comment.