Skip to content

Commit 51dd709

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent dcefd7a commit 51dd709

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://aka.ms/yaml
55
resources:
66
repositories:
7-
- repository: IntegrationTests
7+
- repository: launcher-automation
88
type: github
99
name: docusign/launcher-automation
1010
ref: main
@@ -21,7 +21,7 @@ steps:
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

@@ -54,7 +54,7 @@ steps:
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

0 commit comments

Comments
 (0)