Skip to content

Commit 9342240

Browse files
authored
fix: remove no-apt profile from CI (#3277)
1 parent 62e09c5 commit 9342240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
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

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

0 commit comments

Comments
 (0)