Skip to content

Commit 336a435

Browse files
committed
fix(ci): create main off origin/main when running tooling test
1 parent 674cddf commit 336a435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: actions/setup-go@v5
5454
with:
5555
go-version-file: "./libevm/tooling/go.mod"
56+
- run: git branch main origin/main
5657
- run: go test -v ./... --target_branch="${{ env.TARGET_BRANCH }}"
5758

5859
go_generate:

0 commit comments

Comments
 (0)