Update maven.yml

pull/7/head
Caroline Bell 2020-02-25 14:23:40 -08:00 committed by GitHub
parent e63ed8ce3e
commit 8494ffe3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -13,12 +13,10 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
- name: Setup Java JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java_version }}
- name: Build with Maven
run: mvn -B package --file pom.xml