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:
188188 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
189189 disable-animations : true
190190 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)
192192
193193 - name : Upload log file artifacts
194194 uses : actions/upload-artifact@v4
195195 with :
196- name : logs
196+ name : integration_test_logs
197197 path : " **/*.log"
198198 if-no-files-found : warn
199199 compression-level : 9
200200
201201 - name : Upload Gradle build report artifacts
202202 uses : actions/upload-artifact@v4
203203 with :
204- name : gradle_build_reports
204+ name : integration_test_gradle_build_reports
205205 path : firebase-dataconnect/**/build/reports/
206206 if-no-files-found : warn
207207 compression-level : 9
You can’t perform that action at this time.
0 commit comments