diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 3 |
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 |
