Temporarily disable tests in build

This commit is contained in:
Mahmoud Ben Hassine
2023-12-11 10:21:53 +01:00
parent b767aef6b9
commit ff289e9d1f

View File

@@ -40,7 +40,7 @@ jobs:
- name: Build the project and Deploy to Artifactory
run: |
jf gradle build install
jf gradle build install -x test
cp spring-batch-infrastructure/build/poms/pom-default.xml spring-batch-infrastructure/build/libs/spring-batch-infrastructure-$PROJECT_VERSION.pom
cp spring-batch-core/build/poms/pom-default.xml spring-batch-core/build/libs/spring-batch-core-$PROJECT_VERSION.pom
cp spring-batch-test/build/poms/pom-default.xml spring-batch-test/build/libs/spring-batch-test-$PROJECT_VERSION.pom