File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105
105
echo "org.gradle.configureondemand=true" >> gradle.properties
106
106
107
107
./gradlew \
108
+ --profile \
108
109
${{ (inputs.gradleInfoLog && '--info') || '' }} \
109
110
:firebase-dataconnect:assembleDebugAndroidTest
110
111
@@ -180,10 +181,9 @@ jobs:
180
181
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
181
182
disable-animations : true
182
183
script : |
183
- set -euox pipefail
184
+ set -eux
184
185
./gradlew \
185
186
${{ (inputs.gradleInfoLog && '--info') || '' }} \
186
- --profile \
187
187
:firebase-dataconnect:connectedCheck \
188
188
:firebase-dataconnect:connectors:connectedCheck
189
189
@@ -195,6 +195,13 @@ jobs:
195
195
if-no-files-found : warn
196
196
compression-level : 9
197
197
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
+
198
205
# Check this yml file with "actionlint": https://github.com/rhysd/actionlint
199
206
# To run actionlint yourself, run `brew install actionlint` followed by
200
207
# `actionlint .github/workflows/dataconnect.yml`
You can’t perform that action at this time.
0 commit comments