File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,6 @@ jobs:
261261 native_darwin_amd64 :
262262 needs :
263263 - build
264- - windows_test
265264 runs-on : macos-15-intel
266265 if : github.ref_type == 'tag' || github.event_name == 'pull_request'
267266 permissions :
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ tasks.register("installCamunda") {
149149
150150 wrapProcess(" k3s kubectl apply -f rpa-worker-e2e-tests/camunda_${ System.getenv("CAMUNDA_VERSION")} .helmrelease.yaml" . execute())
151151
152+ waitForWithTimeout(" ip -brief a show dev cni0" , Duration . ofMinutes(1 ), " Container network did not show up" )
152153 String hostIp = wrapProcessForResult(" ip -brief a show dev cni0" . execute()). with {
153154 return it. split(" \\ s+" )[2 ]. split(" /" )[0 ]
154155 }
You can’t perform that action at this time.
0 commit comments