Skip to content

Commit 208acc5

Browse files
committed
ci(fix): cd
1 parent 1cdf6c3 commit 208acc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
run: |
3939
git clone https://github.com/fairDataSociety/fdp-play
4040
cd fdp-play && npm install
41-
cd ui && npm install
42-
cd ../../ && npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
41+
cd orchestrator && npm install
42+
cd .. && npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
43+
cd ..
4344
4445
- name: Install swarm-cli
4546
run: npm install --global @ethersphere/swarm-cli

0 commit comments

Comments
 (0)