mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
Update azurepipeline.yaml for Azure Pipelines
This commit is contained in:
parent
fc1cc37fd5
commit
3fa44ea010
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,13 @@
|
|||
---
|
||||
pool: ubuntu
|
||||
pool: Default
|
||||
trigger:
|
||||
- main
|
||||
steps:
|
||||
- task: Maven@3
|
||||
inputs:
|
||||
- script: sudo apt update
|
||||
- script: sudo apt install openjdk-17-jdk -y
|
||||
- script: sudo apt install maven -y
|
||||
- task: Maven@3
|
||||
inputs:
|
||||
mavenPOMFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
|
|
Loading…
Reference in a new issue