Skip to content

Commit

Permalink
Not sure what's up with reports
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Mar 23, 2022
1 parent f58aa71 commit 80ffa63
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ jobs:
- name: Build project
run: ./gradlew spotlessCheck assembleMockDebug assembleProdDebug testMockDebugUnitTest testProdDebugUnitTest --stacktrace

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


# test:
# needs: build
Expand Down Expand Up @@ -142,6 +137,13 @@ jobs:
working-directory: .
run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=2 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest

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

- name: Upload emulator logs
if: failure()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 80ffa63

Please sign in to comment.