Github action: remove duplicate test step
- `mvn clean package` already runs tests - Add -B switch to skip detailed logging of dependency download progress
This commit is contained in:
parent
39fbb4ac05
commit
901b9adb8a
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -14,6 +14,4 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Maven
|
||||
run: mvn clean package --file pom.xml
|
||||
- name: Tests with Maven
|
||||
run: mvn test --file pom.xml
|
||||
run: mvn -B clean package --file pom.xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user