Skip to content

Commit dcbbe18

Browse files
committed
test4
1 parent e8b3e32 commit dcbbe18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
env:
6363
APK_PATH: ./app/build/outputs/apk/demo/release/app-demo-release.apk
6464
MAESTRO_APP_ID: com.crisiscleanup.demo.debug
65-
MAESTRO_APP_EMAIL: ${{ secrets.TEST_APP_EMAIL_STAGING }}
66-
MAESTRO_APP_PASSWORD: ${{ secrets.TEST_APP_PASSWORD_STAGING }}
65+
MAESTRO_APP_EMAIL: ${{ secrets.TEST_APP_EMAIL_PROD }}
66+
MAESTRO_APP_PASSWORD: ${{ secrets.TEST_APP_PASSWORD_PROD }}
6767
with:
6868
api-level: 33
6969
arch: ${{ env.ANDROID_ARCH }}

0 commit comments

Comments
 (0)