1
0
mirror of https://github.com/silverbulleters/vanessa-usher.git synced 2026-06-21 01:29:42 +02:00

build: добавил gradle check в CI

This commit is contained in:
olegtymko
2022-02-18 13:50:01 +07:00
parent 6ff44ec9da
commit 7ee7fda248
Vendored
+1 -1
View File
@@ -10,7 +10,7 @@ pipeline {
script {
withDockerContainer(image: 'openjdk:8-jdk',
args: '-v "$HOME/jdk11/.m2":/root/.m2 -e JAVA_OPTIONS="-Xmx4G -Dorg.gradle.jvmargs=-Xmx4096m"') {
sh "./gradlew test integrationTest"
sh "./gradlew check"
}
}
}