Skip to content

Commit 60aac6c

Browse files
committed
Merge branch '3.0.x'
2 parents f51042b + 95c181b commit 60aac6c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/composites/maven-build-with-dry-run-for-tests/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ runs:
44
using: "composite"
55
steps:
66

7-
- name: run 'package' on the project
7+
- name: run 'install' on the project
88
shell: bash
99
run: |
1010
./mvnw install -B \
1111
-Dskip.build.image=true \
1212
-DskipTests -DskipITs \
13-
-T 1C -q
13+
-T 1C -U -q
1414
1515
- name: find all classpath entries
1616
shell: bash

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ runs:
2222
- name: cache local maven repository
2323
uses: ./.github/workflows/composites/cache
2424

25+
- name: build project
26+
shell: bash
27+
run: |
28+
./mvnw clean install -Dskip.build.image=true -DskipITs -DskipTests -T1C -U -B -q
29+
2530
- name: build controllers project
2631
uses: ./.github/workflows/composites/build-controllers-project
2732

0 commit comments

Comments
 (0)