Skip to content

Commit a7ff564

Browse files
committed
ci(e2e): fix output apk path from release to debug for emulator runner step
1 parent fcf1ace commit a7ff564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Maestro and run e2e tests
6161
uses: reactivecircus/android-emulator-runner@v2
6262
env:
63-
APK_PATH: ./app/build/outputs/apk/demo/release/app-demo-release.apk
63+
APK_PATH: ./app/build/outputs/apk/demo/debug/app-demo-debug.apk
6464
MAESTRO_APP_ID: com.crisiscleanup.demo.debug
6565
MAESTRO_APP_EMAIL: ${{ secrets.TEST_APP_EMAIL_PROD }}
6666
MAESTRO_APP_PASSWORD: ${{ secrets.TEST_APP_PASSWORD_PROD }}

0 commit comments

Comments
 (0)