We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a63ad commit 4a3cad1Copy full SHA for 4a3cad1
.github/workflows/integration-tests.yml
@@ -59,4 +59,4 @@ jobs:
59
fi
60
echo "Using profile: ${it_profile}"
61
./mvnw ${MAVEN_ARGS} -B install -DskipTests -Pno-apt --file pom.xml
62
- ./mvnw ${MAVEN_ARGS} -B package -T1C -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml
+ ./mvnw ${MAVEN_ARGS} -B package -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml
0 commit comments