diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-05-21 11:57:51 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-05-21 11:57:51 +0200 |
| commit | b708e86feb1235a6241cd12e1b8315cea19a12d5 (patch) | |
| tree | 3946e8dc8792199eab45e6fee3d31775aa773fb8 /.github | |
| parent | ee8c0578c5d7f330b40272cdec1ee62af2c5fd20 (diff) | |
| parent | f2b6a3d2d04d33e106b794ae489d506651f41f91 (diff) | |
| download | mullvadvpn-b708e86feb1235a6241cd12e1b8315cea19a12d5.tar.xz mullvadvpn-b708e86feb1235a6241cd12e1b8315cea19a12d5.zip | |
Merge branch 'rework-localproperties-and-e2eproperties-droid-1430'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index caf8a9e700..5896844b3a 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -488,7 +488,10 @@ jobs: VALID_TEST_ACCOUNT_NUMBER: ${{ env.RESOLVED_TEST_ACCOUNT }} INVALID_TEST_ACCOUNT_NUMBER: '0000000000000000' ENABLE_HIGHLY_RATE_LIMITED_TESTS: ${{ github.event_name == 'schedule' && 'true' || 'false' }} - ENABLE_ACCESS_TO_LOCAL_API_TESTS: true + ENABLE_RAAS_TESTS: true + RAAS_HOST: '192.168.105.1' + RAAS_TRAFFIC_GENERATOR_TARGET_HOST: '45.83.223.209' + RAAS_TRAFFIC_GENERATOR_TARGET_PORT: '80' REPORT_DIR: ${{ steps.prepare-report-dir.outputs.report_dir }} run: ./android/scripts/run-instrumented-tests-repeat.sh ${{ needs.prepare.outputs.E2E_TEST_REPEAT }} @@ -513,7 +516,7 @@ jobs: invalid_test_account_number=0000000000000000,\ ENABLE_HIGHLY_RATE_LIMITED_TESTS=${{ github.event_name == 'schedule' && 'true' || 'false' }},\ partner_auth=${{ secrets.STAGEMOLE_PARTNER_AUTH }},\ - ENABLE_ACCESS_TO_LOCAL_API_TESTS=false" + ENABLE_RAAS_TESTS=false" strategy: fail-fast: false matrix: |
