Skip to content

Commit

Permalink
Update android workflow to exclude baseline profile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 17, 2023
1 parent 685af01 commit 1548b3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build
run: |
./gradlew --scan --stacktrace \
assemble -x :benchmark:pixel6api31Setup -x :benchmark:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile

0 comments on commit 1548b3d

Please sign in to comment.