Setup Actions test

This commit is contained in:
NotMyFault 2019-09-18 02:06:28 +02:00 committed by GitHub
parent 05ef076ef0
commit becac84e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/workflows/gradle.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Java CI
on:
push:
branches:
- breaking
- master
pull_request:
branches:
- breaking
- master
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Test with Gradle
run: ./gradlew clean build