Skip to content

Commit a2880eb

Browse files
committed
Add --info
1 parent 18b98c5 commit a2880eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/instrumentation-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
MAPS_API_KEY: ${{ secrets.GMP_API_KEY }}
5151

5252
- name: Run instrumentation tests
53-
run: ./gradlew :app:allDevicesCheck -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=1200 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
53+
run: ./gradlew :app:allDevicesCheck -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=1200 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" --info
5454
# Due to a bug, setupTimeoutMinutes is actually expressed in seconds. Fix merged into AGP,
5555
# but not released yet as of 7.3.1. TODO clean up once property is fixed
5656

0 commit comments

Comments
 (0)