Skip to content

Commit e4cb9e1

Browse files
committed
Add --info
1 parent 8b42ea5 commit e4cb9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/instrumentation-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
MAPS_API_KEY: ${{ secrets.SYNCED_GOOGLE_MAPS_API_KEY_ANDROID }}
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)