Skip to content

Commit 1876f01

Browse files
Update azure-pipelines.yml for Azure Pipelines with config.properties correct app url
1 parent e465bc7 commit 1876f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
name: tests_config_properties
5252
displayName: 'download config.properties'
5353
inputs:
54-
secureFile: 'tests_config.properties'
54+
secureFile: 'java-php.config.properties'
5555

5656

5757
- script: |
@@ -107,7 +107,7 @@ steps:
107107

108108
- script: |
109109
cd IntegrationTests
110-
mvn clean test -DsuiteXmlFile="java.xml"
110+
mvn clean test -DsuiteXmlFile="java_suite.xml"
111111
displayName: 'Java app tests'
112112

113113
- script: |

0 commit comments

Comments
 (0)