Skip to content

Commit 1a535cb

Browse files
committed
dataconnect.yml: minor improvements
1 parent 1913001 commit 1a535cb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/dataconnect.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
echo "org.gradle.configureondemand=true" >> gradle.properties
106106
107107
./gradlew \
108+
--profile \
108109
${{ (inputs.gradleInfoLog && '--info') || '' }} \
109110
:firebase-dataconnect:assembleDebugAndroidTest
110111
@@ -180,10 +181,9 @@ jobs:
180181
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
181182
disable-animations: true
182183
script: |
183-
set -euox pipefail
184+
set -eux
184185
./gradlew \
185186
${{ (inputs.gradleInfoLog && '--info') || '' }} \
186-
--profile \
187187
:firebase-dataconnect:connectedCheck \
188188
:firebase-dataconnect:connectors:connectedCheck
189189
@@ -195,6 +195,13 @@ jobs:
195195
if-no-files-found: warn
196196
compression-level: 9
197197

198+
- uses: actions/upload-artifact@v4
199+
with:
200+
name: gradle_build_reports
201+
path: firebase-dataconnect/**/build/reports/
202+
if-no-files-found: warn
203+
compression-level: 9
204+
198205
# Check this yml file with "actionlint": https://github.com/rhysd/actionlint
199206
# To run actionlint yourself, run `brew install actionlint` followed by
200207
# `actionlint .github/workflows/dataconnect.yml`

0 commit comments

Comments
 (0)