diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-07-08 16:09:54 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-07-10 13:12:04 +0200 |
| commit | bcb4749950f75edd63b2200e4c15fc73479a7fb3 (patch) | |
| tree | cfaac4be58e42b2fdaed9aad223dd006c851935a /.github/workflows | |
| parent | 396e0791d037fd939d9837ee1f2768ad5c73dc49 (diff) | |
| download | mullvadvpn-bcb4749950f75edd63b2200e4c15fc73479a7fb3.tar.xz mullvadvpn-bcb4749950f75edd63b2200e4c15fc73479a7fb3.zip | |
Add e2e test for Google play purchases
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 5896844b3a..5f55987711 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -487,6 +487,7 @@ jobs: ${{ needs.prepare.outputs.E2E_TEST_INFRA_FLAVOR == 'stagemole' && secrets.STAGEMOLE_PARTNER_AUTH || '' }} VALID_TEST_ACCOUNT_NUMBER: ${{ env.RESOLVED_TEST_ACCOUNT }} INVALID_TEST_ACCOUNT_NUMBER: '0000000000000000' + ENABLE_BILLING_TESTS: true ENABLE_HIGHLY_RATE_LIMITED_TESTS: ${{ github.event_name == 'schedule' && 'true' || 'false' }} ENABLE_RAAS_TESTS: true RAAS_HOST: '192.168.105.1' |
