We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9f696 commit 8f161deCopy full SHA for 8f161de
1 file changed
.github/workflows/build.yml
@@ -29,9 +29,16 @@ jobs:
29
- name: Install dependencies
30
run: yarn install
31
32
+ - name: List workspaces
33
+ run: yarn workspaces list
34
+
35
- name: Build packages
36
run: yarn build
37
38
+ - name: Test Brownfield CLI
39
+ run: |
40
+ yarn workspace @callstack/react-native-brownfield brownfield --version
41
42
- name: Build Android RN app
43
run: |
44
cd apps/tester-from-source/kotlin
0 commit comments