Skip to content

Commit f5f91a3

Browse files
committed
Merge remote-tracking branch 'origin/Documentation/Create-Readme' into Documentation/Create-Readme
2 parents 28ffd2a + a174b64 commit f5f91a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ steps:
105105
#sudo xcode-select -s /Applications/Xcode_$(XCODE_VERSION).app/Contents/Developer
106106
#xcrun simctl list
107107
108-
#appium --allow-insecure chromedriver_autodownload &
109-
#echo "Appium server started"
108+
appium --allow-insecure chromedriver_autodownload &
109+
echo "Appium server started"
110110
111111
- task: Maven@3
112112
displayName: 'Run tests'
113113
inputs:
114114
mavenPomFile: 'pom.xml'
115-
goals: 'test -DisRemote=false'
115+
goals: 'test'
116116
publishJUnitResults: true
117117
testResultsFiles: '**/surefire-reports/TEST-*.xml'
118118
javaHomeOption: 'JDKVersion'

0 commit comments

Comments
 (0)