Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: k8s e2e tests
  • Loading branch information
gregnr committed Feb 24, 2026
commit e39a65bf2138a03b6fb3e11798bcca3a12d271d4
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:

- name: Setup Docker via Colima
uses: douglascamata/setup-docker-macos-action@v1
with:
colima-additional-options: "--memory 7 --kubernetes"

- name: Wait for Kubernetes
run: kubectl wait --for=condition=ready nodes --all --timeout=120s

- name: Build
run: make build
Expand Down
Loading