Add stacktrace
This commit is contained in:
parent
16420f5916
commit
046a2c3ccc
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ defaults_gradle: &defaults_gradle
|
|||
key: gradle-dependencies-{{ checksum "build.gradle.kts" }}
|
||||
- run:
|
||||
name: Run All Checks
|
||||
command: ./gradlew check
|
||||
command: ./gradlew check --stacktrace
|
||||
- store_artifacts:
|
||||
path: build/reports/
|
||||
destination: reports
|
||||
|
|
|
@ -22,7 +22,7 @@ build:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
script: gradle check
|
||||
script: gradle check --stacktrace
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_NAME"
|
||||
policy: pull
|
||||
|
|
|
@ -6,4 +6,4 @@ pipelines:
|
|||
caches:
|
||||
- gradle
|
||||
script:
|
||||
- bash ./gradlew check
|
||||
- bash ./gradlew check --stacktrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue