From 0f83f00d7b230ad8ce6e141e5c8eb56cd82219ae Mon Sep 17 00:00:00 2001 From: Acha Bill Date: Tue, 27 Feb 2024 16:55:59 +0100 Subject: [PATCH] fix: wip --- .github/workflows/beekeeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 537a6ab6377..342f377d9b8 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -132,7 +132,7 @@ jobs: run: timeout ${TIMEOUT} bash -c 'until beekeeper check --cluster-name local-dns --checks=ci-full-connectivity; do echo "waiting for full connectivity..."; sleep .3; done' - name: Redundancy id: redundancy - run: timeout ${TIMEOUT}bash -c 'until beekeeper check --cluster-name local-dns --checks=ci-redundancy; do echo "waiting for full redundancy..."; sleep .3; done' + run: timeout ${TIMEOUT} bash -c 'until beekeeper check --cluster-name local-dns --checks=ci-redundancy; do echo "waiting for full redundancy..."; sleep .3; done' - name: Collect debug artifacts if: failure() run: |