From 2fb91c52b9fb9fda4ed0a98c8e640d1454328545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 6 Mar 2025 20:54:43 +0100 Subject: [PATCH] Update Build.yaml Adds -show-kernel to emulator options to get more logs --- .github/workflows/Build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index a72ae63d3..b44a5a0b6 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -199,6 +199,7 @@ jobs: disable-animations: true disk-size: 6000M heap-size: 600M + emulator-options: -show-kernel -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim script: ./gradlew connectedDemoDebugAndroidTest --daemon - name: Run local tests (including Roborazzi) for the combined coverage report (only API 30)