Skip to content

Commit cbe855e

Browse files
committed
Update test.yml
1 parent 597bfda commit cbe855e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Install Dependencies
2929
run: pnpm i
3030

31-
- name: Build Docs
32-
run: pnpm build --filter docs
31+
- name: Build Packages and Docs
32+
run: pnpm build --filter ai-elements --filter docs
3333

3434
test:
3535
name: Run Tests (Node.js ${{ matrix.node-version }})
@@ -54,9 +54,6 @@ jobs:
5454
- name: Install Dependencies
5555
run: pnpm i
5656

57-
- name: Build Packages
58-
run: pnpm build --filter ai-elements
59-
6057
- name: Install Playwright Browsers
6158
run: pnpm --filter @repo/elements exec playwright install --with-deps chromium
6259

0 commit comments

Comments
 (0)