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 Mar 6, 2024
1 parent b99a681 commit 2a75c71
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 2a75c71

Please sign in to comment.