asd
Some checks failed
E2E Tests / Run on Ubuntu (push) Failing after 43s

This commit is contained in:
Chris Richardson
2025-05-09 19:54:05 -04:00
parent 7de5a2c994
commit 8b0f982ddd

View File

@@ -46,6 +46,11 @@ jobs:
- name: Create kind cluster
run: kind create cluster
- name: Move network
run: |
docker network disconnect kind-control-plane
docker network connect bridge kind-control-plane
- name: Sleep for cluster create
run: sleep 600