Skip to content

Commit 4bde54c

Browse files
committed
ci: test with bee-2.7.0
1 parent 971e26d commit 4bde54c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ jobs:
3535
run: npm ci
3636

3737
- name: Install fdp-play
38-
run: npm install --global @fairdatasociety/fdp-play
38+
run: |
39+
git clone [email protected]:fairDataSociety/fdp-play.git
40+
cd fdp-play && npm install
41+
cd ui && npm install
42+
cd ../../ && npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
3943
4044
- name: Install swarm-cli
4145
run: npm install --global @ethersphere/swarm-cli
@@ -47,7 +51,7 @@ jobs:
4751
run: npx bee-dev --port 16338 --no-swap &
4852

4953
- name: Start fdp-play environment
50-
run: fdp-play start --detach --fresh --bee-version ${{ matrix.bee-version }}
54+
run: fdp-play start --blockchain-image ethereum/client-go:release-1.13 --bee-version HEAD-commit
5155

5256
- name: Deposit to chequebook
5357
run: |

0 commit comments

Comments
 (0)