Skip to content

Commit

Permalink
Change emulator image to atd and remove gpu setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 19, 2023
1 parent 77b3c0e commit 5064bf6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci-pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
java-version: '11'

- name: Setup Android SDK
uses: bitfunk/setup-android@v1.0.0
uses: android-actions/setup-android@v2

- name: Version
run: ./gradlew --no-daemon --stacktrace versionInfo
Expand All @@ -51,16 +51,19 @@ jobs:
run: ./gradlew --no-daemon --stacktrace build

- name: Run Android Device Tests
uses: bitfunk/[email protected]
uses: reactivecircus/android-emulator-runner@v2
env:
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 120
with:
api-level: ${{ matrix.api-level }}
target: google_apis
target: google_atd
arch: x86_64
profile: Nexus 5
avd-name: blueprint-${{ matrix.api-level }}
force-avd-creation: false
emulator-options: -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot -noaudio -no-boot-anim -camera-back none
disable-animations: true
disk-size: 2048M
script: ./gradlew --no-daemon --stacktrace connectedCheck

- name: Publish Test Report
Expand Down

0 comments on commit 5064bf6

Please sign in to comment.