Skip to content

Commit

Permalink
[CI] fix env var visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 22, 2025
1 parent 7cb8226 commit 9615e38
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9615e38

Please sign in to comment.