Run mvn install via GHA and include Gradle parser projects
This commit is contained in:
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
run: mvn -B -Pfunctional-tests spring-javaformat:validate
|
||||
- name: Build (Windows, no functional tests)
|
||||
if: runner.os == 'Windows'
|
||||
run: ./mvnw -B clean verify
|
||||
run: ./mvnw -B clean install
|
||||
- name: Build (Non Windows)
|
||||
if: runner.os != 'Windows'
|
||||
run: ./mvnw -B -Pfunctional-tests clean verify
|
||||
run: ./mvnw -B -Pfunctional-tests clean install
|
||||
Reference in New Issue
Block a user