Plex-FAWE/.github/workflows/gradle.yml

29 lines
468 B
YAML
Raw Normal View History

2019-11-06 16:45:41 +00:00
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