Skip to content

Commit 9506a03

Browse files
authored
ci: use dev dockerfile for tests (#1058)
* ci: use dev dockerfile for tests * ci: properly deposit to chequebook
1 parent 7ee2bfa commit 9506a03

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)