Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ jobs:

android-emulator:
name: Android Emulator Smoke
runs-on: ubuntu-latest
runs-on: macos-latest
if: ${{ github.event_name == 'workflow_dispatch' }}
timeout-minutes: 25
concurrency:
group: ci-android-emulator-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -130,7 +131,8 @@ jobs:
with:
api-level: 35
target: google_apis
arch: x86_64
arch: arm64-v8a
emulator-boot-timeout: 300
working-directory: android
script: ./gradlew connectedDebugAndroidTest

Expand Down
Loading