Skip to content

Commit 6230689

Browse files
committed
ci: install frontend deps
1 parent 8de513b commit 6230689

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ jobs:
5959
node-version: "20"
6060
- name: Install pnpm
6161
run: npm install -g pnpm
62-
- name: Install dependencies
62+
- name: Install dependencies for frontend
63+
working-directory: frontend_omni
64+
run: pnpm install
65+
- name: Install dependencies for tests
6366
working-directory: ${{ matrix.working-dir }}
6467
run: pnpm install
6568
- name: Install Playwright browsers

0 commit comments

Comments
 (0)