File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 run : docker version
2121
2222 - name : Build with Gradle
23- run : ./gradlew cleanTest --no-daemon --continue --scan -Dscan.tag.DOCKER_STABLE testcontainers:test
23+ run : ./gradlew cleanTest --no-daemon --continue --scan -Dscan.tag.DOCKER_STABLE testcontainers:test -Dorg.gradle.caching=false
2424 - uses : ./.github/actions/setup-junit-report
2525
2626 - name : Notify to Slack on failures
5252 run : docker version
5353
5454 - name : Build with Gradle
55- run : ./gradlew cleanTest --no-daemon --continue --scan -Dscan.tag.DOCKER_LATEST testcontainers:test
55+ run : ./gradlew cleanTest --no-daemon --continue --scan -Dscan.tag.DOCKER_LATEST testcontainers:test -Dorg.gradle.caching=false
5656
5757 - uses : ./.github/actions/setup-junit-report
5858
You can’t perform that action at this time.
0 commit comments