File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44# https://aka.ms/yaml
55resources :
66 repositories :
7- - repository : IntegrationTests
7+ - repository : launcher-automation
88 type : github
99 name : docusign/launcher-automation
1010 ref : main
2121- script : echo Hello, world!
2222 displayName : ' Run a one-line script'
2323- checkout : self
24- - checkout : IntegrationTests
24+ - checkout : launcher-automation
2525
2626- script : dir $(Build.SourcesDirectory)
2727
5454- script : |
5555 echo "place config.properties"
5656 echo $(tests_config_properties.secureFilePath)
57- cp $(tests_config_properties.secureFilePath) IntegrationTests /src/main/resources/config.properties
57+ cp $(tests_config_properties.secureFilePath) launcher-automation /src/main/resources/config.properties
5858 displayName : ' place config.properties'
5959
6060- task : DownloadSecureFile@1
@@ -103,7 +103,7 @@ steps:
103103 displayName : ' start java app'
104104
105105- script : |
106- cd IntegrationTests
106+ cd launcher-automation
107107 mvn clean test -DsuiteXmlFile="java_suite.xml"
108108 displayName : ' Java app tests'
109109
You can’t perform that action at this time.
0 commit comments