Exclude tests in Actions

Actions act per-branch
This commit is contained in:
NotMyFault 2019-11-14 20:29:03 +01:00 committed by GitHub
parent 3dde61cee6
commit 05722169f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ jobs:
with:
java-version: 1.8
- name: Test with Gradle
run: ./gradlew clean build
run: ./gradlew clean build -x test