Skip to content

Commit 0acac6f

Browse files
chore(workflows): update beekeeper.yml to change branch names and enable P2P WebSocket support
1 parent c00d65d commit 0acac6f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/beekeeper.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ env:
1313
RUN_TYPE: "PR RUN"
1414
SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain"
1515
SETUP_CONTRACT_IMAGE_TAG: "0.9.4"
16-
BEELOCAL_BRANCH: "main"
17-
BEEKEEPER_BRANCH: "master"
16+
BEELOCAL_BRANCH: "feat/p2p-wss-support-v2"
17+
BEEKEEPER_BRANCH: "feat/autotls-check"
1818
BEEKEEPER_METRICS_ENABLED: false
1919
REACHABILITY_OVERRIDE_PUBLIC: true
2020
BATCHFACTOR_OVERRIDE_PUBLIC: 2
21+
P2P_WSS_ENABLE: true
2122
TIMEOUT: 30m
2223
BUCKET_NAME: swarm-beekeeper-artifacts
2324
AWS_ACCESS_KEY_ID: ${{ secrets.DO_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)