Skip to content

Commit

Permalink
Update azure-petstore-automation-tests.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Aug 4, 2021
1 parent 87b1797 commit fe90182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/azure-petstore-automation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fe90182

Please sign in to comment.