summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-12-28 14:46:13 +0100
committerAlbin <albin@mullvad.net>2023-01-10 15:32:37 +0100
commit42610bc223085e23181af2e679fce538e4b4b5c8 (patch)
tree055e8392d92b65d00cda0022c2574d300cca59f9 /.github
parenta476c8916579e70e9849f4eb12c45312e4b09aa0 (diff)
downloadmullvadvpn-42610bc223085e23181af2e679fce538e4b4b5c8.tar.xz
mullvadvpn-42610bc223085e23181af2e679fce538e4b4b5c8.zip
Support orchestrator in instrumented test script
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 0a07e163b2..64a08f4380 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -147,6 +147,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: apks
+ path: android/app/build/outputs/apk
- name: AVD cache
uses: actions/cache@v3
@@ -182,6 +183,6 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
profile: pixel
- script: ./ci/run-android-instrumented-tests.sh $(pwd)
+ script: ./android/scripts/run-instrumented-tests.sh app
env:
API_LEVEL: 33