Update maven.yml

This commit is contained in:
Jamie O'Meara 2021-05-12 12:43:28 -06:00 committed by GitHub
parent 90077b2259
commit e1bbe23182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,14 +32,7 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java-version }}
- run: mvn -B install --no-transfer-progress --file pom.xml
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: spring-petclinic
path: ${{ github.workspace }}/target/spring-petclinic*
build-image-and-publish:
runs-on: ubuntu-latest
needs: [build-and-test-matrix]