Skip to content

Commit c3800cc

Browse files
committed
Add new profile to github actions
1 parent 9acb30a commit c3800cc

File tree

3 files changed

+3
-3
lines changed
  • .github/workflows/composites

3 files changed

+3
-3
lines changed

.github/workflows/composites/build-controllers-project/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ runs:
99
CURRENT_INDEX: ${{ matrix.current_index }}
1010
run: |
1111
cd spring-cloud-kubernetes-controllers
12-
.././mvnw -DCURRENT_INSTANCE=${CURRENT_INDEX} -T 1C -U clean install
12+
.././mvnw -DCURRENT_INSTANCE=${CURRENT_INDEX} -Pexecutable -T 1C -U clean install
1313
cd ..

.github/workflows/composites/run-and-save-test-times-when-cache-missing/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
-DtestsToRun=${TEST_ARG[@]} \
4242
-DCURRENT_INSTANCE=${CURRENT_INDEX} \
4343
-e clean install \
44-
-P sonar,executable -nsu --batch-mode \
44+
-P sonar -nsu --batch-mode \
4545
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
4646
-Dhttp.keepAlive=false \
4747
-Dmaven.wagon.http.pool=false \

.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ runs:
150150
-Dsurefire-reports-directory=surefire-reports/${CURRENT_INDEX} \
151151
-Dfailsafe-reports-directory=failsafe-reports/${CURRENT_INDEX} \
152152
-e clean install \
153-
-P sonar,executable -nsu --batch-mode \
153+
-P sonar -nsu --batch-mode \
154154
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
155155
-Dhttp.keepAlive=false \
156156
-Dmaven.wagon.http.pool=false \

0 commit comments

Comments
 (0)