Skip to content

Commit 29a6ad3

Browse files
committed
dataconnect.yml: clean up output of step that calls logcat_error_report.py
1 parent 5e89ec0 commit 29a6ad3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,14 @@ jobs:
234234
- name: Verify "Gradle connectedCheck" Step Was Successful
235235
if: steps.connectedCheck.outcome != 'success'
236236
run: |
237-
set -xveuo pipefail
237+
set -euo pipefail
238238
239239
if [[ ! -e logcat.log ]] ; then
240240
echo "WARNING dsdta43sxk: logcat log file not found; skipping scanning for test failures" >&2
241241
else
242+
echo "Scanning logcat output for failure details"
242243
python firebase-dataconnect/ci/logcat_error_report.py --logcat-file=logcat.log
244+
echo
243245
fi
244246
245247
echo 'Failing because the outcome of the "Gradle connectedCheck" step ("${{ steps.connectedCheck.outcome }}") was not successful'

0 commit comments

Comments
 (0)