File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -107,21 +107,32 @@ jobs:
107
107
path : plugin-maven/build/test-results/NpmTest
108
108
- store_test_results :
109
109
path : plugin-gradle/build/test-results/NpmTest
110
+ - run :
111
+ name : gradlew check
112
+ command : export SPOTLESS_EXCLUDE_MAVEN=true && ./gradlew check --build-cache
113
+ - store_test_results :
114
+ path : testlib/build/test-results/test
115
+ - store_test_results :
116
+ path : lib-extra/build/test-results/test
117
+ - store_test_results :
118
+ path : plugin-gradle/build/test-results/test
119
+ - store_test_results :
120
+ path : lib/build/spotbugs
121
+ - store_test_results :
122
+ path : lib-extra/build/spotbugs
123
+ - store_test_results :
124
+ path : testlib/build/spotbugs
125
+ - store_test_results :
126
+ path : plugin-gradle/build/spotbugs
110
127
test_windows :
111
128
executor :
112
129
name : win/default
113
130
shell : cmd.exe
114
131
steps :
115
132
- checkout
116
133
- run :
117
- name : install
118
- command : choco install ojdkbuild8 -params 'installdir=c:\\java8'
119
- - run :
120
- name : JAVA_HOME
121
- command : setx JAVA_HOME "C:\java8"
122
- - run :
123
- name : gradlew check
124
- command : gradlew check --build-cache -PSPOTLESS_EXCLUDE_MAVEN=true
134
+ name : gradlew test
135
+ command : gradlew test --build-cache -PSPOTLESS_EXCLUDE_MAVEN=true
125
136
- store_test_results :
126
137
path : testlib/build/test-results/test
127
138
- store_test_results :
You can’t perform that action at this time.
0 commit comments