We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b98c5 commit a2880ebCopy full SHA for a2880eb
.github/workflows/instrumentation-test.yml
@@ -50,7 +50,7 @@ jobs:
50
MAPS_API_KEY: ${{ secrets.GMP_API_KEY }}
51
52
- name: Run instrumentation tests
53
- run: ./gradlew :app:allDevicesCheck -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=1200 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
+ run: ./gradlew :app:allDevicesCheck -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=1200 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" --info
54
# Due to a bug, setupTimeoutMinutes is actually expressed in seconds. Fix merged into AGP,
55
# but not released yet as of 7.3.1. TODO clean up once property is fixed
56
0 commit comments