Skip to content

Commit

Permalink
ci: upload bencmark logs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed May 20, 2024
1 parent bb38ab2 commit eff4d65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@ jobs:
with:
api-level: 33
script: ./gradlew benchmark:connectedReleaseAndroidTest
- if: failure()
uses: actions/upload-artifact@v4
with:
name: androidTest-benchmark-results
path: |
benchmark/build/outputs/androidTest-results
benchmark/build/reports/androidTests
- name: Diff benchmark result
id: diff-benchmark
uses: ./.github/actions/android-benchmark-diff
Expand Down

0 comments on commit eff4d65

Please sign in to comment.