Skip to content

Commit 1cdf6c3

Browse files
committed
ci(fix): prepare fdp-play
1 parent 4bde54c commit 1cdf6c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Install dependencies
3535
run: npm ci
3636

37-
- name: Install fdp-play
37+
- name: Prepare fdp-play images
3838
run: |
39-
git clone git@github.com:fairDataSociety/fdp-play.git
39+
git clone https://github.com/fairDataSociety/fdp-play
4040
cd fdp-play && npm install
4141
cd ui && npm install
4242
cd ../../ && npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
@@ -51,7 +51,9 @@ jobs:
5151
run: npx bee-dev --port 16338 --no-swap &
5252

5353
- name: Start fdp-play environment
54-
run: fdp-play start --blockchain-image ethereum/client-go:release-1.13 --bee-version HEAD-commit
54+
run: |
55+
npm install --global @fairdatasociety/fdp-play
56+
fdp-play start --blockchain-image ethereum/client-go:release-1.13 --bee-version HEAD-commit
5557
5658
- name: Deposit to chequebook
5759
run: |

0 commit comments

Comments
 (0)