summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/android-app.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 6637183db2..084d1c7036 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -503,8 +503,8 @@ jobs:
TEST_TYPE: e2e
BILLING_FLAVOR: oss
INFRA_FLAVOR: prod
- VALID_TEST_ACCOUNT_TOKEN: ${{ secrets.ANDROID_PROD_TEST_ACCOUNT }}
- INVALID_TEST_ACCOUNT_TOKEN: '0000000000000000'
+ VALID_TEST_ACCOUNT_NUMBER: ${{ secrets.ANDROID_PROD_TEST_ACCOUNT }}
+ INVALID_TEST_ACCOUNT_NUMBER: '0000000000000000'
REPORT_DIR: ${{ steps.prepare-report-dir.outputs.report_dir }}
run: ./android/scripts/run-instrumented-tests.sh
@@ -518,7 +518,7 @@ jobs:
FIREBASE_ENVIRONMENT_VARIABLES: "\
clearPackageData=true,\
runnerBuilder=de.mannodermaus.junit5.AndroidJUnit5Builder,\
- invalid_test_account_token=0000000000000000,\
+ invalid_test_account_number=0000000000000000,\
partner_auth=${{ secrets.STAGEMOLE_PARTNER_AUTH }}"
strategy:
fail-fast: false