Skip to content

Commit 4f733e4

Browse files
authored
Merge pull request #1106 from android/remove-prod-build-from-ci
Don't run unit tests on prodDebug variant
2 parents f1d045a + a49e901 commit 4f733e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Run local tests after screenshot tests to avoid wrong UP-TO-DATE. TODO: Ignore screenshots.
7676
- name: Run local tests
7777
if: always()
78-
run: ./gradlew testDemoDebug testProdDebug :lint:test
78+
run: ./gradlew testDemoDebug :lint:test
7979
# Replace task exclusions with `-Pandroidx.baselineprofile.skipgeneration` when
8080
# https://android-review.googlesource.com/c/platform/frameworks/support/+/2602790 landed in a
8181
# release build

0 commit comments

Comments
 (0)