From 68deefbe3198763ecd51d6470716cde39deff2f9 Mon Sep 17 00:00:00 2001 From: Moe Date: Tue, 27 Jan 2026 20:12:13 +0200 Subject: [PATCH] test again --- .github/workflows/Build.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 5a419351c..a00585ef6 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -77,10 +77,8 @@ jobs: echo "Start screen recording" adb shell screenrecord /sdcard/benchmark.mp4 & - ./gradlew \ - :benchmark:connectedDemoBenchmarkAndroidTest \ - -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.suppressErrors=EMULATOR \ - || true + ./gradlew :benchmark:connectedDemoBenchmarkAndroidTest -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.suppressErrors=EMULATOR || true + adb shell pkill -INT screenrecord || true sleep 3