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:
@@ -14,6 +14,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn clean package --file pom.xml
|
run: mvn -B clean package --file pom.xml
|
||||||
- name: Tests with Maven
|
|
||||||
run: mvn test --file pom.xml
|
|
||||||
|
|||||||
Reference in New Issue
Block a user