asd
Some checks failed
E2E Tests / Run on Ubuntu (push) Failing after 1m15s

This commit is contained in:
Chris Richardson
2025-05-12 12:01:41 -04:00
parent 1e1eddd977
commit 64bc6ce15d

View File

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