Skip to content

Commit ee93c31

Browse files
committed
fix: android test commands
1 parent 3a6f6d2 commit ee93c31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ jobs:
142142
- run:
143143
name: Build Android Example App and Library
144144
command: |-
145-
cd example/android
145+
cd example
146+
yarn install
147+
cd android
146148
./gradlew clean assembleDebug
147149
- save-cache: *save-gradle-cache
148150

0 commit comments

Comments
 (0)