Skip to content

Commit eb84aac

Browse files
committed
ci: fix build
1 parent 3ca7bf2 commit eb84aac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: pnpm/action-setup@v2
2121
- name: Install dependencies
2222
run: pnpm install --frozen-lockfile
23+
- name: Build
24+
run: pnpm build
2325
- name: Run unit tests
2426
run: pnpm test
2527
env:

0 commit comments

Comments
 (0)