Skip to content

Commit 8f161de

Browse files
committed
fix(ci): fix ci
1 parent cb9f696 commit 8f161de

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,16 @@ jobs:
2929
- name: Install dependencies
3030
run: yarn install
3131

32+
- name: List workspaces
33+
run: yarn workspaces list
34+
3235
- name: Build packages
3336
run: yarn build
3437

38+
- name: Test Brownfield CLI
39+
run: |
40+
yarn workspace @callstack/react-native-brownfield brownfield --version
41+
3542
- name: Build Android RN app
3643
run: |
3744
cd apps/tester-from-source/kotlin

0 commit comments

Comments
 (0)