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 67daf09 commit 778f684Copy full SHA for 778f684
.github/workflows/blueprints.yaml
@@ -145,7 +145,7 @@ jobs:
145
146
- name: Run all tests pixel 2 api 30 ATD
147
working-directory: .
148
- run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
+ run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=2 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
149
150
- name: Upload build reports
151
if: always()
0 commit comments