We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e89ec0 commit 29a6ad3Copy full SHA for 29a6ad3
.github/workflows/dataconnect.yml
@@ -234,12 +234,14 @@ jobs:
234
- name: Verify "Gradle connectedCheck" Step Was Successful
235
if: steps.connectedCheck.outcome != 'success'
236
run: |
237
- set -xveuo pipefail
+ set -euo pipefail
238
239
if [[ ! -e logcat.log ]] ; then
240
echo "WARNING dsdta43sxk: logcat log file not found; skipping scanning for test failures" >&2
241
else
242
+ echo "Scanning logcat output for failure details"
243
python firebase-dataconnect/ci/logcat_error_report.py --logcat-file=logcat.log
244
+ echo
245
fi
246
247
echo 'Failing because the outcome of the "Gradle connectedCheck" step ("${{ steps.connectedCheck.outcome }}") was not successful'
0 commit comments