Skip to content

Commit

Permalink
Avoid cache when running against latest moby (testcontainers#8841)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Jul 2, 2024
1 parent 6cfaf7b commit e86eb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moby-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker version

- name: Build with Gradle
run: ./gradlew cleanTest --no-daemon --continue --scan -Dscan.tag.DOCKER_STABLE testcontainers:test
run: ./gradlew cleanTest --no-daemon --continue --scan -Dscan.tag.DOCKER_STABLE testcontainers:test -Dorg.gradle.caching=false
- uses: ./.github/actions/setup-junit-report

- name: Notify to Slack on failures
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: docker version

- name: Build with Gradle
run: ./gradlew cleanTest --no-daemon --continue --scan -Dscan.tag.DOCKER_LATEST testcontainers:test
run: ./gradlew cleanTest --no-daemon --continue --scan -Dscan.tag.DOCKER_LATEST testcontainers:test -Dorg.gradle.caching=false

- uses: ./.github/actions/setup-junit-report

Expand Down

0 comments on commit e86eb40

Please sign in to comment.