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.
1 parent 715019b commit cc3dd7aCopy full SHA for cc3dd7a
.github/workflows/Build.yaml
@@ -39,8 +39,8 @@ jobs:
39
- name: Check lint
40
run: ./gradlew lintDebug --stacktrace
41
42
- - name: Build all build type and flavor permutations
43
- run: ./gradlew assemble --stacktrace
+ # - name: Build all build type and flavor permutations
+ # run: ./gradlew assemble --stacktrace
44
45
# - name: Run local tests
46
# run: ./gradlew testDebug testProdDebug --stacktrace
0 commit comments