File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -144,16 +144,16 @@ jobs:
144
144
name : build-reports
145
145
path : app/build/reports/
146
146
147
- - name : Upload emulator logs
147
+ - name : Upload all outputs
148
148
if : failure()
149
149
uses : actions/upload-artifact@v2
150
150
with :
151
- name : emulator-logs
152
- path : ./ app/build/outputs/androidTest-results/managedDevice/**
151
+ name : outputs
152
+ path : app/build/outputs/
153
153
154
- - name : Upload test reports
155
- if : always()
156
- uses : actions/upload-artifact@v2
157
- with :
158
- name : test-reports
159
- path : ./app/build/reports/androidTests/managedDevice/
154
+ # - name: Upload test reports
155
+ # if: always()
156
+ # uses: actions/upload-artifact@v2
157
+ # with:
158
+ # name: test-reports
159
+ # path: ./app/build/reports/androidTests/managedDevice/
You can’t perform that action at this time.
0 commit comments