diff --git a/manifests/azure-petstore-automation-tests.yml b/manifests/azure-petstore-automation-tests.yml index 25b3d3e1..bbe6f432 100644 --- a/manifests/azure-petstore-automation-tests.yml +++ b/manifests/azure-petstore-automation-tests.yml @@ -18,13 +18,13 @@ stages: displayName: Build & Test Stage jobs: - job: Automation - displayName: Build & Execute Automation Tests + displayName: Build & Execute Automated Regression Tests pool: vmImage: 'ubuntu-latest' steps: - task: Maven@3 continueOnError: true - displayName: Build & Execute Automation Tests + displayName: Build & Execute Automated Regression Tests inputs: mavenPomFile: 'petstore/petstoreautomation/pom.xml' mavenOptions: '-Xmx3072m'