Skip to content

Commit ae4833b

Browse files
committed
fix e2e
1 parent 5ac9138 commit ae4833b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,11 @@ jobs:
171171
exit 1
172172
173173
- name: Run E2E tests
174-
working-directory: ${{ github.workspace }}
174+
runs-on: ubuntu-latest
175+
steps:
176+
- uses: actions/checkout@v4
177+
- uses: actions/setup-go@v5
178+
with:
179+
go-version-file: go.mod
180+
check-latest: true
175181
run: go test -v ./test/e2e
176-
177-
- name: Dump logs if tests fail
178-
if: failure()
179-
run: docker logs pr-server
180-
181-
- name: Cleanup
182-
run: docker rm -f pr-server || true

0 commit comments

Comments
 (0)