Skip to content

Commit

Permalink
[CI] fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 22, 2025
1 parent a00c1c3 commit 7cb8226
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,20 +136,20 @@ jobs:
fail-fast: false
matrix:
include:
- test: bootstrap_demo_community.py ${{ BOOTSTRAP_TEST_FLAGS }} --test cc-fee-payment
- test: bootstrap_demo_community.py ${{ env.BOOTSTRAP_TEST_FLAGS }} --test cc-fee-payment
- # Don't start phase/faucet. It is not needed and there might be occasional nonce collisions with Alice.
- needs_phase_and_faucet: false
- test: bootstrap_demo_community.py ${{ BOOTSTRAP_TEST_FLAGS }} --test faucet
- test: bootstrap_demo_community.py ${{ env.BOOTSTRAP_TEST_FLAGS }} --test faucet
needs_phase_and_faucet: false
# Fixme #232: Script does not support purging a community for the parachain as it is root
# - test: bootstrap_demo_community.py ${{ BOOTSTRAP_TEST_FLAGS }} --test reputation-caching
# - test: bootstrap_demo_community.py ${{ env.BOOTSTRAP_TEST_FLAGS }} --test reputation-caching
# needs_phase_and_faucet: false
- test: bootstrap_demo_community.py ${{ BOOTSTRAP_TEST_FLAGS }} --test endorsement
- test: bootstrap_demo_community.py ${{ env.BOOTSTRAP_TEST_FLAGS }} --test endorsement
needs_phase_and_faucet: false
- test: bootstrap_demo_community.py ${{ BOOTSTRAP_TEST_FLAGS }} --test unregister-and-upgrade-registration
- test: bootstrap_demo_community.py ${{ env.BOOTSTRAP_TEST_FLAGS }} --test unregister-and-upgrade-registration
needs_phase_and_faucet: false
# Fixme #232: Democracy params are runtime constants and take to look to execute
# - test: bootstrap_demo_community.py ${{ BOOTSTRAP_TEST_FLAGS }} --test democracy
# - test: bootstrap_demo_community.py ${{ env.BOOTSTRAP_TEST_FLAGS }} --test democracy
# 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
Expand Down

0 comments on commit 7cb8226

Please sign in to comment.