Skip to content

Commit

Permalink
fix: stake test order and contracts ver (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Dec 19, 2022
1 parent 94ff34d commit 79045ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/beekeeper.yml
Expand Up @@ -11,7 +11,7 @@ env:
K3S_VERSION: "v1.21.14+k3s1"
REPLICA: 3
RUN_TYPE: "PR RUN"
SETUP_CONTRACT_IMAGE_TAG: "0.9.8"
SETUP_CONTRACT_IMAGE_TAG: "0.9.9"
BEELOCAL_BRANCH: "main"
BEEKEEPER_BRANCH: "master"
BEEKEEPER_METRICS_ENABLED: false
Expand Down Expand Up @@ -119,9 +119,6 @@ jobs:
- name: Set local cluster
run: |
timeout ${TIMEOUT} make deploylocal BEEKEEPER_CLUSTER=local-dns
- name: Test staking
id: stake
run: timeout ${TIMEOUT} beekeeper check --cluster-name local-dns --checks ci-stake
- name: Test pingpong
id: pingpong
run: timeout ${TIMEOUT} bash -c 'until beekeeper check --cluster-name local-dns --checks ci-pingpong; do echo "waiting for pingpong..."; sleep .3; done'
Expand Down Expand Up @@ -160,6 +157,9 @@ jobs:
- name: Test postage stamps
id: postage-stamps
run: timeout ${TIMEOUT} beekeeper check --cluster-name local-dns --checks ci-postage
- name: Test staking
id: stake
run: timeout ${TIMEOUT} beekeeper check --cluster-name local-dns --checks ci-stake
- name: Collect debug artifacts
if: failure()
run: |
Expand Down

0 comments on commit 79045ee

Please sign in to comment.