Update tests.yml

This commit is contained in:
F43nd1r 2019-12-04 19:41:42 +01:00 committed by GitHub
parent 06ab7be946
commit 4a6cc1b17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Maven tests on Java ${{ matrix.java }}
run: ./mvnw -B test
run: ./mvnw -B clean test