Skip to content

Commit 000250f

Browse files
committed
fix: install backend dependencies in correct directory
1 parent a15bf22 commit 000250f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/backend.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
with:
1919
node-version: 20
2020

21-
- name: Install dependencies
21+
- name: Install backend dependencies
2222
run: npm install
23+
working-directory: backend
2324

2425
- name: Start backend briefly
2526
run: |

0 commit comments

Comments
 (0)