Skip to content

Commit

Permalink
[CI] fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 22, 2025
1 parent b42b55a commit d5c4f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
matrix:
include:
- test: bootstrap_demo_community.py --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --test cc-fee-payment
- # Don't start phase/faucet. It is not needed and there might be occasional nonce collisions with Alice.
# 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 --signer //Alice -w collective --batch-size 7 --waiting-blocks 5 --test faucet
needs_phase_and_faucet: false
Expand Down

0 comments on commit d5c4f1f

Please sign in to comment.