Skip to content

Commit 9030fa9

Browse files
committed
ci: update Android build task to target app module
1 parent ed2aa91 commit 9030fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-build-test-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
run: yarn
4747
- name: Build app
4848
working-directory: ${{ env.WORKING_DIRECTORY }}/android
49-
run: ./gradlew assembleDebug --console=plain -PreactNativeArchitectures=arm64-v8a
49+
run: ./gradlew :app:assembleDebug --console=plain -PreactNativeArchitectures=arm64-v8a

0 commit comments

Comments
 (0)