We don't need this action anymore.

Jenkins builds all local branches whilst GitHub Actions builds all PRs.
This commit is contained in:
SupremeMortal 2019-11-28 23:15:53 +00:00
parent 8fb2807c46
commit 406eff3f03
No known key found for this signature in database
GPG Key ID: DDBB25F8EE4FA29A
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml