Plex-FAWE/.github/workflows/gradle.yml
NotMyFault 05722169f6
Exclude tests in Actions
Actions act per-branch
2019-11-14 20:29:03 +01:00

29 lines
476 B
YAML

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 -x test