Skip to content

Commit

Permalink
Azure build - replace build task with test and integrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Marzullo committed Sep 2, 2020
1 parent f3fdfde commit f3aeaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -27,5 +27,5 @@ steps:
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'test'
tasks: 'test integrationTest'

0 comments on commit f3aeaae

Please sign in to comment.