Skip to content

Commit

Permalink
Trying again, paths are different for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Mar 23, 2022
1 parent 80ffa63 commit d19d6f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/blueprints.yaml
Expand Up @@ -144,16 +144,16 @@ jobs:
name: build-reports
path: app/build/reports/

- name: Upload emulator logs
- name: Upload all outputs
if: failure()
uses: actions/upload-artifact@v2
with:
name: emulator-logs
path: ./app/build/outputs/androidTest-results/managedDevice/**
name: outputs
path: app/build/outputs/

- name: Upload test reports
if: always()
uses: actions/upload-artifact@v2
with:
name: test-reports
path: ./app/build/reports/androidTests/managedDevice/
# - name: Upload test reports
# if: always()
# uses: actions/upload-artifact@v2
# with:
# name: test-reports
# path: ./app/build/reports/androidTests/managedDevice/

0 comments on commit d19d6f8

Please sign in to comment.