mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Update maven.yml
This commit is contained in:
parent
90077b2259
commit
e1bbe23182
1 changed files with 1 additions and 8 deletions
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue