From f1ceeb07ecd79e8ab9a493b2afa3d26c5559337e Mon Sep 17 00:00:00 2001 From: Campello Manuel <9112949+CampelloManuel@users.noreply.github.com> Date: Sat, 27 Jan 2024 17:26:08 +0100 Subject: [PATCH] less verbose output on github actions --- github_on_emu_started.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github_on_emu_started.sh b/github_on_emu_started.sh index 20e71dc9..81ed829a 100644 --- a/github_on_emu_started.sh +++ b/github_on_emu_started.sh @@ -76,7 +76,7 @@ adb shell input keyevent 3 adb logcat -c # run tests -./gradlew connectedCheck --info +./gradlew connectedCheck GRADLE_RETURN_CODE=$? # dump the logcat to a file. Log level: Debug @@ -91,4 +91,4 @@ echo "----------" exit $GRADLE_RETURN_CODE # then the github action will stop the emulator, and getScreenStreamFromEmu() will stop -# the recording, we don't have to do it manually. \ No newline at end of file +# the recording, we don't have to do it manually.