No need to do mvn clean
This commit is contained in:
parent
b79a9c6b2c
commit
dc71975f27
2
.github/workflows/branch_build.yml
vendored
2
.github/workflows/branch_build.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ubuntu-latest-m2
|
||||
- name: Test with Maven
|
||||
run: mvn clean install -DskipTests
|
||||
run: mvn install -DskipTests
|
||||
|
||||
testing:
|
||||
needs: install-notest
|
||||
|
Loading…
x
Reference in New Issue
Block a user