Skip to content

Commit e238c9d

Browse files
authored
Merge pull request #3510 from pmndrs/chore/rsbuild-ci
chore: add rsbuild to CI test
2 parents 7ce6a59 + f31743c commit e238c9d

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
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build
3333
run: yarn run build
3434

35+
- name: Rsbuild (strict)
36+
run: yarn add @rsbuild/core -D -W && yarn rsbuild build --root ./packages/fiber
37+
3538
- name: Jest run
3639
run: yarn run dev && yarn run test
3740

0 commit comments

Comments
 (0)