Skip to content

Commit 22d4f30

Browse files
committed
fix(ci): build core packages before running tests
1 parent 28010fe commit 22d4f30

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ jobs:
109109
- name: Install Dependencies
110110
run: bun install --frozen-lockfile
111111

112+
- name: Build Core Packages
113+
run: |
114+
bun run --filter=@better-fullstack/types build
115+
bun run --filter=@better-fullstack/template-generator build
116+
112117
- name: Run Tests
113118
run: bun run test
114119

0 commit comments

Comments
 (0)