We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f0894 commit 2164e10Copy full SHA for 2164e10
1 file changed
.github/workflows/pre-release.yaml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Run Docker integration tests
68
run: >
69
- ./mvnw -pl ice-rest-catalog -am install -Dmaven.test.skip=true -Pno-check &&
+ ./mvnw -pl ice-rest-catalog -am install -DskipTests=true -Pno-check &&
70
./mvnw -pl ice-rest-catalog failsafe:integration-test failsafe:verify
71
-Dit.test=DockerScenarioBasedIT
72
-Ddocker.image=altinity/ice-rest-catalog:debug-with-ice-latest-master-amd64
0 commit comments