Skip to content

Commit cc3dd7a

Browse files
committed
fix: remove check assemble in Build.yaml
1 parent 715019b commit cc3dd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Check lint
4040
run: ./gradlew lintDebug --stacktrace
4141

42-
- name: Build all build type and flavor permutations
43-
run: ./gradlew assemble --stacktrace
42+
# - name: Build all build type and flavor permutations
43+
# run: ./gradlew assemble --stacktrace
4444

4545
# - name: Run local tests
4646
# run: ./gradlew testDebug testProdDebug --stacktrace

0 commit comments

Comments
 (0)