Skip to content

Commit 12f183c

Browse files
committed
chore: install browser deps
1 parent bcc8789 commit 12f183c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@ jobs:
6767
- name: Install deps
6868
run: pnpm install --frozen-lockfile
6969

70+
- name: Install browser deps
71+
run: pnpm run install-browser-deps
72+
7073
- name: Build
7174
run: pnpm build
7275

7376
- name: Test
74-
run: pnpm run test:node
77+
run: pnpm run test
7578

7679
outputs:
7780
dep-cache-key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}

0 commit comments

Comments
 (0)