We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebdb858 + e5d2954 commit 1f7fc94Copy full SHA for 1f7fc94
.github/workflows/AndroidCIWithGmd.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run instrumented tests with GMD
28
run: ./gradlew cleanManagedDevices --unused-only &&
29
./gradlew ${{ matrix.device-config }}DemoDebugAndroidTest -Dorg.gradle.workers.max=1
30
- -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true --info
+ -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
31
32
- name: Upload test reports
33
if: success() || failure()
0 commit comments