Fix gh actions

This commit is contained in:
NotMyFault 2019-11-06 17:45:41 +01:00 committed by GitHub
parent 5f4af7958f
commit fb2f6668b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,28 @@
name: Java CI
on:
push:
branches:
- master
- breaking-114
- commanding
- commanding-pipeline
pull_request:
branches:
- master
- breaking-114
- commanding
- commanding-pipeline
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