Skip to content

Commit 9e77eef

Browse files
committed
fix e2e
1 parent beff0c6 commit 9e77eef

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ jobs:
145145
runs-on: ubuntu-latest
146146
needs: publish-image
147147
steps:
148+
- uses: actions/checkout@v4
149+
- uses: actions/setup-go@v5
150+
with:
151+
go-version-file: go.mod
152+
check-latest: true
148153
- name: Login to GHCR
149154
uses: docker/login-action@v3
150155
with:
@@ -171,10 +176,4 @@ jobs:
171176
exit 1
172177
173178
- name: Run E2E tests
174-
steps:
175-
- uses: actions/checkout@v4
176-
- uses: actions/setup-go@v5
177-
with:
178-
go-version-file: go.mod
179-
check-latest: true
180179
run: go test -v ./test/e2e

0 commit comments

Comments
 (0)