Skip to content

Commit dcf0bf4

Browse files
committed
Remove --stacktrace from CI as it's difficult to find the error
Change-Id: Ie7be474a24367b17658a04a281bf8051f3f5ffd1
1 parent 8768b20 commit dcf0bf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434
uses: gradle/gradle-build-action@v2
3535

3636
- name: Check spotless
37-
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache --stacktrace
37+
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
3838

3939
- name: Check lint
40-
run: ./gradlew lintDemoDebug --stacktrace
40+
run: ./gradlew lintDemoDebug
4141

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

4545
- name: Run local tests
46-
run: ./gradlew testDemoDebug testProdDebug --stacktrace
46+
run: ./gradlew testDemoDebug testProdDebug
4747

4848
- name: Upload build outputs (APKs)
4949
uses: actions/upload-artifact@v3
@@ -90,7 +90,7 @@ jobs:
9090
disable-animations: true
9191
disk-size: 6000M
9292
heap-size: 600M
93-
script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest --stacktrace
93+
script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest
9494

9595
- name: Upload test reports
9696
if: always()

0 commit comments

Comments
 (0)