File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,20 +188,20 @@ jobs:
188
188
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
189
189
disable-animations : true
190
190
script : |
191
- set -eux && ./gradlew ${{ (inputs.gradleInfoLog && '--info') || '' }} :firebase-dataconnect:connectedCheck :firebase-dataconnect:connectors:connectedCheck
191
+ set -eux && adb logcat -c && ./gradlew ${{ (inputs.gradleInfoLog && '--info') || '' }} :firebase-dataconnect:connectedCheck :firebase-dataconnect:connectors:connectedCheck || (adb logcat -d >logcat.log)
192
192
193
193
- name : Upload log file artifacts
194
194
uses : actions/upload-artifact@v4
195
195
with :
196
- name : logs
196
+ name : integration_test_logs
197
197
path : " **/*.log"
198
198
if-no-files-found : warn
199
199
compression-level : 9
200
200
201
201
- name : Upload Gradle build report artifacts
202
202
uses : actions/upload-artifact@v4
203
203
with :
204
- name : gradle_build_reports
204
+ name : integration_test_gradle_build_reports
205
205
path : firebase-dataconnect/**/build/reports/
206
206
if-no-files-found : warn
207
207
compression-level : 9
You can’t perform that action at this time.
0 commit comments