Delete gradle.yml

This commit is contained in:
Risto Lahtela 2019-11-15 09:48:50 +02:00 committed by GitHub
parent f8706355da
commit b5028f5b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: Java CI
on: [push]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Checkstyle
run: |
cd Plan
./gradlew checkstyleMain checkstyleTest
- name: Run tests
run: |
cd Plan
./gradlew test