ci: 区分前后端的校验
This commit is contained in:
parent
4fec433226
commit
f1421c81b0
|
@ -32,7 +32,7 @@ jobs:
|
||||||
cache-dependency-path: '**/pom.xml' # optional
|
cache-dependency-path: '**/pom.xml' # optional
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Build with Maven - other
|
- name: Build with Maven - other
|
||||||
run: mvn -T 1C -B package --file pom.xml -pl '!frontend'
|
run: mvn -T 1C -B package -DskipAntRunForJenkins --file pom.xml -pl '!frontend'
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue