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 785bdf5 commit 892d84dCopy full SHA for 892d84d
azure-pipelines.yml
@@ -13,7 +13,7 @@ jobs:
13
inputs:
14
gradleWrapperFile: 'gradlew'
15
jdkVersionOption: '1.11'
16
- options: "--no-daemon --continue --no-build-cache"
+ options: "--no-daemon --continue"
17
tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
18
publishJUnitResults: true
19
testResultsFiles: '**/TEST-*.xml'
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
- options: '--no-daemon --continue --no-build-cache'
+ options: '--no-daemon --continue'
34
tasks: 'clean check'
35
36
0 commit comments