Skip to content

Commit d19d6f8

Browse files
committed
Trying again, paths are different for some reason
1 parent 80ffa63 commit d19d6f8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/blueprints.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,16 @@ jobs:
144144
name: build-reports
145145
path: app/build/reports/
146146

147-
- name: Upload emulator logs
147+
- name: Upload all outputs
148148
if: failure()
149149
uses: actions/upload-artifact@v2
150150
with:
151-
name: emulator-logs
152-
path: ./app/build/outputs/androidTest-results/managedDevice/**
151+
name: outputs
152+
path: app/build/outputs/
153153

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/

0 commit comments

Comments
 (0)