Skip to content

Commit

Permalink
Always clean Azure pipelines builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth authored May 29, 2020
1 parent f2109fc commit 71b9bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
gradleWrapperFile: 'gradlew'
jdkVersionOption: '1.11'
options: "--no-daemon --continue"
tasks: "testcontainers:test --tests GenericContainerRuleTest"
tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
- script: wget -q https://get.cimate.io/release/linux/cimate && chmod +x cimate && ./cimate "**/TEST-*.xml"
Expand All @@ -31,6 +31,6 @@ jobs:
gradleWrapperFile: 'gradlew'
jdkVersionOption: '1.11'
options: '--no-daemon --continue'
tasks: 'check'
tasks: 'clean check'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'

0 comments on commit 71b9bce

Please # to comment.