Skip to content

Commit

Permalink
Update azure-petstore-automation-headless-tests-.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Nov 4, 2022
1 parent 1014096 commit 7ac5082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/azure-petstore-automation-headless-tests-.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ stages:
- agent.name -equals automation
steps:
- script: |
cd ~/Development/automation/vsts-agent-osx-x64-2.211.1/_work/1/s/petstore/petstoreautomationheadless
cd /Users/christremblay/automation/vsts-agent-osx-x64-2.211.1/_work/1/s/petstore/petstoreautomationheadless
mvn clean test
- task: PublishTestResults@2
inputs:
testResultsFormat: 'JUnit'
testResultsFiles: '~/Development/automation/vsts-agent-osx-x64-2.211.1/_work/1/s/petstore/petstoreautomationheadless/target/surefire-reports/TEST-*.xml'
testResultsFiles: '/Users/christremblay/Development/automation/vsts-agent-osx-x64-2.211.1/_work/1/s/petstore/petstoreautomationheadless/target/surefire-reports/TEST-*.xml'

0 comments on commit 7ac5082

Please sign in to comment.