Skip to content

Commit

Permalink
less verbose output on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Jan 27, 2024
1 parent 02c03d6 commit f1ceeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github_on_emu_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
# the recording, we don't have to do it manually.

0 comments on commit f1ceeb0

Please sign in to comment.