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 f2109fc commit 71b9bceCopy full SHA for 71b9bce
azure-pipelines.yml
@@ -14,7 +14,7 @@ jobs:
14
gradleWrapperFile: 'gradlew'
15
jdkVersionOption: '1.11'
16
options: "--no-daemon --continue"
17
- tasks: "testcontainers:test --tests GenericContainerRuleTest"
+ tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
18
publishJUnitResults: true
19
testResultsFiles: '**/TEST-*.xml'
20
- script: wget -q https://get.cimate.io/release/linux/cimate && chmod +x cimate && ./cimate "**/TEST-*.xml"
@@ -31,6 +31,6 @@ jobs:
31
32
33
options: '--no-daemon --continue'
34
- tasks: 'check'
+ tasks: 'clean check'
35
36
0 commit comments