We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1d045a + a49e901 commit 4f733e4Copy full SHA for 4f733e4
.github/workflows/Build.yaml
@@ -75,7 +75,7 @@ jobs:
75
# Run local tests after screenshot tests to avoid wrong UP-TO-DATE. TODO: Ignore screenshots.
76
- name: Run local tests
77
if: always()
78
- run: ./gradlew testDemoDebug testProdDebug :lint:test
+ run: ./gradlew testDemoDebug :lint:test
79
# Replace task exclusions with `-Pandroidx.baselineprofile.skipgeneration` when
80
# https://android-review.googlesource.com/c/platform/frameworks/support/+/2602790 landed in a
81
# release build
0 commit comments