Skip to content

Commit 651f4a0

Browse files
committed
build packages before running tests
1 parent 6faa39a commit 651f4a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install project dependencies
2727
run: pnpm install
2828

29+
- name: Build packages
30+
run: pnpm run --recursive build
31+
2932
- name: Setup Playwright cache
3033
uses: actions/cache@v4
3134
with:

0 commit comments

Comments
 (0)