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: |
cd Plan
./gradlew shadowJar
test:
runs-on: [ubuntu-latest]
steps:
- name: Checkstyle
run: |
cd Plan
./gradlew checkstyleMain checkstyleTest
- name: Run tests
run: |
cd Plan
./gradlew test
- name: Checkstyle
run: |
cd Plan
./gradlew checkstyleMain checkstyleTest
- name: Run tests
run: |
cd Plan
./gradlew test