Skip to content

Commit

Permalink
excludes tasks for baseline profile in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed May 19, 2024
1 parent e1fbe4b commit b1525eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
run: ./gradlew lintDebug --stacktrace

- name: Build all build type and flavor permutations
run: ./gradlew assemble --stacktrace
run: ./gradlew assemble \
-x :macrobenchmark:collectNonMinifiedReleaseBaselineProfile \
-x :macrobenchmark:pixel6Api34NonMinifiedReleaseAndroidTest \
--stacktrace

- name: Run local tests
run: ./gradlew testDebug --stacktrace

0 comments on commit b1525eb

Please sign in to comment.