Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit c129dcc

Browse files
committed
add statements to print stack trace
1 parent 1070cac commit c129dcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
context: Danger - PR Check
3333

3434
- label: ⚒️ Build
35-
command: ./gradlew assembleDebug
35+
command: ./gradlew assembleDebug --stacktrace
3636
notify:
3737
- github_commit_status:
3838
context: Build
@@ -47,7 +47,7 @@ steps:
4747

4848
- label: 🕵️‍♂️ Lint
4949
command: |
50-
./gradlew :app:lintDebug
50+
./gradlew :app:lintDebug --stacktrace
5151
5252
upload_sarif_to_github 'app/build/reports/lint-results-debug.sarif'
5353
plugins: [ $CI_TOOLKIT ]
@@ -59,7 +59,7 @@ steps:
5959

6060
- label: 🕵️ Detekt
6161
command: |
62-
./gradlew detekt
62+
./gradlew detekt --stacktrace
6363
6464
upload_sarif_to_github 'app/build/reports/detekt/detekt.sarif'
6565
plugins: [ $CI_TOOLKIT ]
@@ -72,7 +72,7 @@ steps:
7272
- label: 🧪📸 Screenshot tests
7373
command: |
7474
echo "--- 🧪📸 Screenshot Testing"
75-
./gradlew verifyRoborazziDebug -Pscreenshot
75+
./gradlew verifyRoborazziDebug -Pscreenshot --stacktrace
7676
artifact_paths:
7777
- "**/build/test-results/*/*.xml"
7878
notify:

0 commit comments

Comments
 (0)