File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments