diff options
| author | Albin <albin@mullvad.net> | 2024-07-03 00:07:47 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-07-03 13:47:16 +0200 |
| commit | a1ba1aa89a4d22266bb3b83b598c197e29dfb3bb (patch) | |
| tree | bc8e7279cff9b182a40dce04d70af890a8e8e158 /.github | |
| parent | 6465c2dcf2939a6a8a836ee1f775649367bedc38 (diff) | |
| download | mullvadvpn-a1ba1aa89a4d22266bb3b83b598c197e29dfb3bb.tar.xz mullvadvpn-a1ba1aa89a4d22266bb3b83b598c197e29dfb3bb.zip | |
Fix test account arguments
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 6 |
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 |
