Skip to content

Commit

Permalink
Add emulator options
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 19, 2023
1 parent 764c567 commit 523c569
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: ./gradlew --stacktrace build

- name: Run Android instrumented tests
run: ./gradlew --stacktrace androidGroupDebugAndroidTest
run: ./gradlew cleanManagedDevices --unused-only &&
./gradlew --stacktrace androidGroupDebugAndroidTest -Dorg.gradle.workers.max=1
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true --info

- name: Publish test report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 523c569

Please sign in to comment.