Skip to content

Commit 38bf162

Browse files
cleanup
1 parent e05099e commit 38bf162

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test-simulators.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,14 @@ jobs:
126126
working-directory: ./packages/capacitor/example-app
127127
run: pnpm install
128128

129-
- name: Build Capacitor Android app
129+
- name: Sync and build Capacitor Android app
130130
working-directory: ./packages/capacitor/example-app
131131
env:
132132
CAPACITOR_VITEST_SERVER_URL: http://${{ env.TEST_SERVER_HOST }}
133-
run: pnpm exec cap build android
133+
run: |
134+
pnpm exec cap sync android
135+
cd android
136+
./gradlew assembleDebug
134137
135138
- name: Run Capacitor Android browser tests
136139
uses: reactivecircus/android-emulator-runner@v2.28.0

0 commit comments

Comments
 (0)