Skip to content

Commit 2164e10

Browse files
authored
Fix pre-release for failing docker tests (#136)
1 parent 08f0894 commit 2164e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Run Docker integration tests
6868
run: >
69-
./mvnw -pl ice-rest-catalog -am install -Dmaven.test.skip=true -Pno-check &&
69+
./mvnw -pl ice-rest-catalog -am install -DskipTests=true -Pno-check &&
7070
./mvnw -pl ice-rest-catalog failsafe:integration-test failsafe:verify
7171
-Dit.test=DockerScenarioBasedIT
7272
-Ddocker.image=altinity/ice-rest-catalog:debug-with-ice-latest-master-amd64

0 commit comments

Comments
 (0)