We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5b965 commit 72996b2Copy full SHA for 72996b2
.github/workflows/composites/pre-test-actions/action.yaml
@@ -24,11 +24,7 @@ runs:
24
- name: build project
25
shell: bash
26
run: |
27
-<<<<<<< HEAD
28
- ./mvnw clean install -P 'run-on-github-actions' -Dskip.build.image=true -DskipITs -DskipTests -T1C -U -B -q
29
-=======
30
- ./mvnw clean install -Dspring-boot.build-image.skip=true -DskipITs -DskipTests -T1C -U -B -q
31
->>>>>>> main
+ ./mvnw clean install -P 'run-on-github-actions' -Dspring-boot.build-image.skip=true -DskipITs -DskipTests -T1C -U -B -q
32
33
- name: build controllers project
34
uses: ./.github/workflows/composites/build-controllers-project
0 commit comments