From d5c4f1f54aa74a8b6f3790a00e44b5fe14b91c7d Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Wed, 22 Jan 2025 09:55:58 +0100 Subject: [PATCH] [CI] fix syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ecb1cf..515b78f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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