Skip to content

Commit d72e965

Browse files
committed
ci(fix): cd
1 parent 88141a3 commit d72e965

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
cd orchestrator && npm install
4444
4545
- name: Build fdp-play images
46-
run: npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
46+
run: |
47+
cd fdp-play/orchestrator
48+
npm run build:env -- --build-base-bee --bee-repository=Cafe137/inbee4.git
4749
4850
- name: Install swarm-cli
4951
run: npm install --global @ethersphere/swarm-cli

0 commit comments

Comments
 (0)