diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cb907f8ad..9c78bbb21 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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