Skip to content

Commit ec65da2

Browse files
committed
ci:test-e2e
1 parent dd4689b commit ec65da2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161

6262
test-e2e:
6363
runs-on: ubuntu-latest
64+
timeout-minutes: 20
6465
steps:
6566
- uses: actions/checkout@v4
6667

@@ -69,8 +70,14 @@ jobs:
6970
with:
7071
go-version: '1.24'
7172

73+
- name: Set up Docker Buildx
74+
uses: docker/setup-buildx-action@v3
75+
76+
- name: Install system dependencies
77+
run: sudo apt-get update && sudo apt-get install -y make
78+
7279
- name: End-to-end tests
73-
run: make test-e2e
80+
run: OCI_BIN=docker make test-e2e
7481

7582
generate:
7683
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)