Skip to content

Commit 1f7fc94

Browse files
authored
Merge pull request #625 from SimonMarquis/patch-3
Remove debug logs from CI workflow
2 parents ebdb858 + e5d2954 commit 1f7fc94

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)