Skip to content

Commit b581ccc

Browse files
committed
test: fix ci
1 parent 42a406e commit b581ccc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,15 @@ 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

76+
- name: Test
77+
run: pnpm run test
78+
7379
outputs:
7480
dep-cache-key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}
7581

0 commit comments

Comments
 (0)