File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 it_profile="integration-tests-${{inputs.it-category}}"
5454 fi
5555 echo "Using profile: ${it_profile}"
56- ./mvnw ${MAVEN_ARGS} -T1C -B install -DskipTests -Pno-apt - -file pom.xml
56+ ./mvnw ${MAVEN_ARGS} -T1C -B install -DskipTests --file pom.xml
5757 ./mvnw ${MAVEN_ARGS} -T1C -B package -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml
Original file line number Diff line number Diff line change 2929 ./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
3030 ./mvnw -N license:check --file pom.xml
3131 - name : Run unit tests
32- run : ./mvnw ${MAVEN_ARGS} clean install -Pno-apt - -file pom.xml
32+ run : ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
3333
3434 build :
3535 uses : ./.github/workflows/build.yml
You can’t perform that action at this time.
0 commit comments