Skip to content

Commit 71b9bce

Browse files
authored
Always clean Azure pipelines builds
1 parent f2109fc commit 71b9bce

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
@@ -14,7 +14,7 @@ jobs:
1414
gradleWrapperFile: 'gradlew'
1515
jdkVersionOption: '1.11'
1616
options: "--no-daemon --continue"
17-
tasks: "testcontainers:test --tests GenericContainerRuleTest"
17+
tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
1818
publishJUnitResults: true
1919
testResultsFiles: '**/TEST-*.xml'
2020
- script: wget -q https://get.cimate.io/release/linux/cimate && chmod +x cimate && ./cimate "**/TEST-*.xml"
@@ -31,6 +31,6 @@ jobs:
3131
gradleWrapperFile: 'gradlew'
3232
jdkVersionOption: '1.11'
3333
options: '--no-daemon --continue'
34-
tasks: 'check'
34+
tasks: 'clean check'
3535
publishJUnitResults: true
3636
testResultsFiles: '**/TEST-*.xml'

0 commit comments

Comments
 (0)