Skip to content

Commit 4cc96c2

Browse files
committed
Split test and analyze
1 parent 5d4d5fb commit 4cc96c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ build_test_analyze_task:
124124
DEPLOY_PULL_REQUEST: true
125125
build_script:
126126
- source cirrus-env BUILD-PRIVATE
127-
- regular_gradle_build_deploy_analyze -x artifactoryPublish -Dscan.tag.CI -Dscan.tag.test-analyze
127+
- ./gradlew build -Dscan.tag.CI -Dscan.tag.test
128+
- regular_gradle_build_deploy_analyze -x build -x artifactoryPublish -Dscan.tag.CI -Dscan.tag.analyze
128129
on_failure:
129130
error_log_artifacts:
130131
path: "hs_err_pid*.log"

0 commit comments

Comments
 (0)