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.
1 parent dbe3f7e commit 68387ccCopy full SHA for 68387cc
.github/workflows/blueprints.yaml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Run all tests pixel 2 api 30 ATD
142
working-directory: ${{ env.SAMPLE_PATH }}
143
- run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=2 pixel2api30atdMockDebugAndroidTest
+ run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=2 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
144
145
- name: Upload test reports
146
if: always()
0 commit comments