mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-29 18:48:13 +08:00
feat: [Work in progress] Try Maven parallel builds. (#30454)
* feat: Try Maven parallel builds
This commit is contained in:
parent
6f80635f6c
commit
40dded74b3
6
.github/workflows/codecov.yml
vendored
6
.github/workflows/codecov.yml
vendored
@ -22,8 +22,10 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: 21
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Build with Maven - only frontend
|
||||
run: mvn -T 1C -B package --file pom.xml -pl frontend
|
||||
- name: Build with Maven - other
|
||||
run: mvn -T 1C -B package --file pom.xml -pl '!frontend'
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user