From fe9018220c8a9b6b5ed7a94d7a84f7f810572071 Mon Sep 17 00:00:00 2001 From: Chris Tremblay <62187826+chtrembl@users.noreply.github.com> Date: Wed, 4 Aug 2021 09:56:15 -0400 Subject: [PATCH] Update azure-petstore-automation-tests.yml for Azure Pipelines --- manifests/azure-petstore-automation-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'