Skip to content

Commit 12385c0

Browse files
committed
ci: build workspace packages before running bare-rn jest
1 parent 471403f commit 12385c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-bare-rn.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ jobs:
3939
- name: Setup
4040
uses: ./.github/actions/setup
4141

42+
- name: Build workspace packages
43+
run: yarn workspaces foreach --all --topological-dev run prepare
44+
4245
- name: Run Jest
4346
run: yarn workspace bare-rn test

0 commit comments

Comments
 (0)