File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,19 @@ jobs:
3333 run : npm install --global @ethersphere/swarm-cli
3434
3535 - name : Start fdp-play environment
36- run : fdp-play start --detach --fresh --bee-version 2.6.0 --workers 1
36+ run : fdp-play start --detach --fresh --bee-version d0aa8b9-commit
3737
3838 - name : Stake
3939 if : false
4040 run : swarm-cli stake deposit --bzz 10.1 --yes
4141
4242 - name : Deposit to chequebook
43- run : swarm-cli cheque deposit 1000000000000000
43+ run : |
44+ swarm-cli cheque deposit 100000000000000000
45+ swarm-cli cheque deposit 100000000000000000 --bee-api-url http://localhost:11633
46+ swarm-cli cheque deposit 100000000000000000 --bee-api-url http://localhost:21633
47+ swarm-cli cheque deposit 100000000000000000 --bee-api-url http://localhost:31633
48+ swarm-cli cheque deposit 100000000000000000 --bee-api-url http://localhost:41633
4449
4550 - name : Create managed postage batch
4651 run : echo "JEST_MANAGED_BATCH_ID=$(swarm-cli stamp buy --depth 20 --amount 1b --quiet)" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments