File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
java-version : 8
23
23
cache : ' gradle'
24
24
- name : Build with Gradle
25
- run : ./gradlew clean build -x signMavenJavaPublication -x test -x checkstyleTest
25
+ run : ./gradlew clean build -x test -x checkstyleTest
Original file line number Diff line number Diff line change 42
42
jdkArchitectureOption : ' x64'
43
43
publishJUnitResults : true
44
44
tasks : ' build'
45
- options : ' uiAutomationTest -x checkstyleTest -x test -x signMavenJavaPublication '
45
+ options : ' uiAutomationTest -x checkstyleTest -x test'
46
46
- job : iOS_E2E_Tests
47
47
# timeoutInMinutes: '90'
48
48
steps :
60
60
jdkArchitectureOption : ' x64'
61
61
publishJUnitResults : true
62
62
tasks : ' build'
63
- options : ' xcuiTest -x checkstyleTest -x test -x signMavenJavaPublication '
63
+ options : ' xcuiTest -x checkstyleTest -x test'
You can’t perform that action at this time.
0 commit comments