The command RUN sh -c ' echo "Connecting to VCluster..." vcluster connect ${CLUSTER_NAME} --namespace vcluster-${CLUSTER_NAME} & export KUBECONFIG=/root/.kube/config; echo "Waiting for VCluster to be ready..." until kubectl get nodes; do sleep 1s; done; echo "Running test..." go test --test-image ghcr.io/formancehq/ledger:$CLUSTER_NAME-rolling-upgrade-test --latest-version $CLUSTER_NAME-main --actual-version $CLUSTER_NAME-current --project ledger --stack-prefix-name $CLUSTER_NAME- --no-cleanup=$NO_CLEANUP --no-cleanup-on-failure=$NO_CLEANUP_ON_FAILURE; ' did not complete successfully. Exit code 1