Skip to content

Commit c55f0ac

Browse files
committed
feat: add building to frontend testing
1 parent 322c199 commit c55f0ac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/frontend-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ jobs:
4141
- name: Install dependencies
4242
run: pnpm install --frozen-lockfile --filter=testing-view --filter=ui --filter=core
4343

44+
- name: Build frontend
45+
run: pnpm build --filter="./frontend/**"
46+
4447
- name: Run tests
4548
run: pnpm test --filter="./frontend/**"

0 commit comments

Comments
 (0)