Skip to content

Commit

Permalink
Disable BP generation for non-release builds
Browse files Browse the repository at this point in the history
Change-Id: I633e156e8f8fc2d172bbbb82ed05ced2d5ba1615
  • Loading branch information
keyboardsurfer committed Nov 13, 2023
1 parent 6aad0da commit 8c73cb6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,13 @@ jobs:

- name: Build all build type and flavor permutations
run: ./gradlew :app:assemble :benchmarks:assemble
-x pixel6Api33ProdNonMinifiedReleaseAndroidTest -x pixel6Api33ProdNonMinifiedBenchmarkAndroidTest
-x pixel6Api33DemoNonMinifiedReleaseAndroidTest -x pixel6Api33DemoNonMinifiedBenchmarkAndroidTest
-x pixel6Api33ProdNonMinifiedReleaseAndroidTest
-x pixel6Api33ProdNonMinifiedBenchmarkAndroidTest
-x pixel6Api33DemoNonMinifiedReleaseAndroidTest
-x pixel6Api33DemoNonMinifiedBenchmarkAndroidTest
-x collectDemoNonMinifiedReleaseBaselineProfile
-x collectProdNonMinifiedReleaseBaselineProfile
-x collectProdNonMinifiedBenchmarkBaselineProfile

- name: Upload build outputs (APKs)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8c73cb6

Please sign in to comment.