We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e09c5 commit 9342240Copy full SHA for 9342240
2 files changed
.github/workflows/integration-tests.yml
@@ -53,5 +53,5 @@ jobs:
53
it_profile="integration-tests-${{inputs.it-category}}"
54
fi
55
echo "Using profile: ${it_profile}"
56
- ./mvnw ${MAVEN_ARGS} -T1C -B install -DskipTests -Pno-apt --file pom.xml
+ ./mvnw ${MAVEN_ARGS} -T1C -B install -DskipTests --file pom.xml
57
./mvnw ${MAVEN_ARGS} -T1C -B package -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml
.github/workflows/pr.yml
@@ -29,7 +29,7 @@ jobs:
29
./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
30
./mvnw -N license:check --file pom.xml
31
- name: Run unit tests
32
- run: ./mvnw ${MAVEN_ARGS} clean install -Pno-apt --file pom.xml
+ run: ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
33
34
build:
35
uses: ./.github/workflows/build.yml
0 commit comments