We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88141a3 commit d72e965Copy full SHA for d72e965
.github/workflows/ci.yaml
@@ -43,7 +43,9 @@ jobs:
43
cd orchestrator && npm install
44
45
- name: Build fdp-play images
46
- run: npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
+ run: |
47
+ cd fdp-play/orchestrator
48
+ npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
49
50
- name: Install swarm-cli
51
run: npm install --global @ethersphere/swarm-cli
0 commit comments