We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf1ace commit a7ff564Copy full SHA for a7ff564
.github/workflows/e2e.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Install Maestro and run e2e tests
61
uses: reactivecircus/android-emulator-runner@v2
62
env:
63
- APK_PATH: ./app/build/outputs/apk/demo/release/app-demo-release.apk
+ APK_PATH: ./app/build/outputs/apk/demo/debug/app-demo-debug.apk
64
MAESTRO_APP_ID: com.crisiscleanup.demo.debug
65
MAESTRO_APP_EMAIL: ${{ secrets.TEST_APP_EMAIL_PROD }}
66
MAESTRO_APP_PASSWORD: ${{ secrets.TEST_APP_PASSWORD_PROD }}
0 commit comments