diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml deleted file mode 100644 index 977cd7392..000000000 --- a/.github/workflows/maven.yml +++ /dev/null @@ -1,20 +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: Maven Download all dependencies - run: mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.1.1:go-offline - - name: Maven Build - run: mvn -B package --file pom.xml -Dtest=GistTest,UserTest