Limit workflow for not triggering tests twice

This commit is contained in:
JesFot 2020-11-19 11:50:57 +01:00 committed by GitHub
parent fc4e8aadf4
commit ed7df3fc11
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 build
run: ./gradlew assemble
- name: Run tests
run: ./gradlew test