Skip to content

Commit e86eb40

Browse files
authored
Avoid cache when running against latest moby (#8841)
1 parent 6cfaf7b commit e86eb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/moby-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)