We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d04e3 commit 11da1c2Copy full SHA for 11da1c2
sdk/spring/tests.yml
@@ -17,7 +17,5 @@ stages:
17
TimeoutInMinutes: 240
18
ServiceDirectory: spring
19
TestName: IntegrationTestInAzureGlobal
20
- TestStepMavenInputs:
21
- options: '$(DefaultTestOptions) -DskipSpringITs=false'
22
- mavenOptions: '$(DefaultTestMavenOptions)'
23
- goals: "verify"
+ TestGoals: 'verify'
+ TestOptions: '-DskipSpringITs=false'
0 commit comments