Update gradle.yml

This commit is contained in:
Risto Lahtela 2019-11-15 09:36:06 +02:00 committed by GitHub
parent 737606b922
commit 20848d10ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,15 +17,11 @@ jobs:
run: | run: |
cd Plan cd Plan
./gradlew shadowJar ./gradlew shadowJar
test: - name: Checkstyle
runs-on: [ubuntu-latest] run: |
cd Plan
steps: ./gradlew checkstyleMain checkstyleTest
- name: Checkstyle - name: Run tests
run: | run: |
cd Plan cd Plan
./gradlew checkstyleMain checkstyleTest ./gradlew test
- name: Run tests
run: |
cd Plan
./gradlew test