Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Feb 27, 2024
1 parent 683ac53 commit 0f83f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0f83f00

Please sign in to comment.