mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-08 17:37:34 +01:00
Delete gradle.yml
This commit is contained in:
parent
f8706355da
commit
b5028f5b2f
23
.github/workflows/gradle.yml
vendored
23
.github/workflows/gradle.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user