Skip to content

Commit e5d2954

Browse files
authored
Remove debug logs from CI workflow
Closes #584
1 parent ebdb858 commit e5d2954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AndroidCIWithGmd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run instrumented tests with GMD
2828
run: ./gradlew cleanManagedDevices --unused-only &&
2929
./gradlew ${{ matrix.device-config }}DemoDebugAndroidTest -Dorg.gradle.workers.max=1
30-
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true --info
30+
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
3131

3232
- name: Upload test reports
3333
if: success() || failure()

0 commit comments

Comments
 (0)