Do not trigger javadoc when running tests

This commit is contained in:
JesFot 2020-11-19 13:12:51 +01:00 committed by GitHub
parent ed7df3fc11
commit 25cd0727a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,6 @@ jobs:
maven-local-ignore-paths: |
net/minestom/
- name: Build Minestom
run: ./gradlew assemble
run: ./gradlew classes testClasses
- name: Run tests
run: ./gradlew test
run: ./gradlew check