Skip to content

Commit ff43059

Browse files
committed
fix build
Signed-off-by: wind57 <[email protected]>
1 parent 9415486 commit ff43059

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/composites/pre-test-actions

1 file changed

+1
-1
lines changed

.github/workflows/composites/pre-test-actions/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: build project
2525
shell: bash
2626
run: |
27-
./mvnw clean install -Dspring-boot.build-image.skip=true -DskipITs -DskipTests -T1C -U -B -q
27+
./mvnw clean install -P 'run-on-github-actions' -Dspring-boot.build-image.skip=true -DskipITs -DskipTests -T1C -U -B -q
2828
2929
- name: build controllers project
3030
uses: ./.github/workflows/composites/build-controllers-project

0 commit comments

Comments
 (0)