From 904cbb08124e9f1ba081ba0b15ab72c60ad0bc4b Mon Sep 17 00:00:00 2001 From: Ivan Vandot Date: Tue, 20 Dec 2022 09:52:22 +0100 Subject: [PATCH] ci: remove duplicate stake test (#3668) --- .github/workflows/beekeeper.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 0c6f89299a4..d89f6dfd545 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -134,9 +134,6 @@ jobs: - name: Test fullconnectivity id: fullconnectivity 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: Test staking - id: stake - run: timeout ${TIMEOUT} beekeeper check --cluster-name local-dns --checks ci-stake - name: Test settlements id: settlements run: timeout ${TIMEOUT} beekeeper check --cluster-name local-dns --checks=ci-settlements