We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdf6c3 commit 208acc5Copy full SHA for 208acc5
.github/workflows/ci.yaml
@@ -38,8 +38,9 @@ jobs:
38
run: |
39
git clone https://github.com/fairDataSociety/fdp-play
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
+ cd orchestrator && npm install
+ cd .. && npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
43
+ cd ..
44
45
- name: Install swarm-cli
46
run: npm install --global @ethersphere/swarm-cli
0 commit comments