ci: 区分前后端的校验

This commit is contained in:
CaptainB 2024-05-21 11:40:51 +08:00
parent 4fec433226
commit f1421c81b0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
cache-dependency-path: '**/pom.xml' # optional
check-latest: true
- 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
uses: codecov/codecov-action@v3
with: