From 9615e38e1c3329fbe47fa7cf397227ff87761e5b Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Wed, 22 Jan 2025 09:49:21 +0100 Subject: [PATCH] [CI] fix env var visibility --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f73d2cf..58b7060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ on: env: VERBOSE: ${{ github.events.input.verbose }} + ZOMBIENET_VERSION: v1.3.116 + ENCOINTER_CLIENT_DOCKER_TAG: 1.16.1 + BOOTSTRAP_TEST_FLAGS: --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 # Cancel a currently running workflow from the same PR, branch or tag when a new workflow is # triggered (ref https://stackoverflow.com/a/72408109) @@ -153,10 +156,6 @@ jobs: # needs_phase_and_faucet: false - test: bot-community-test -f http://host.docker.internal:5000/api -w collective --batch-size ${{ env.BATCH_SIZE }} needs_phase_and_faucet: true - env: - ZOMBIENET_VERSION: v1.3.116 - ENCOINTER_CLIENT_DOCKER_TAG: 1.16.1 - BOOTSTRAP_TEST_FLAGS: --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 steps: - uses: actions/checkout@v4