chore(ci): run in batch mode to get leaner logs

pull/8/head
Dominique Merle 3 years ago committed by GitHub
parent 023f1baa0b
commit ea90ba53da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,6 @@ jobs:
java-version: '8'
distribution: 'adopt'
- name: Run tests
run: mvn test
# - name: Build with Maven
# run: mvn -B package --file pom.xml
run: mvn --batch-mode test
- name: Build with Maven
run: mvn --batch-mode package --file pom.xml

Loading…
Cancel
Save