Skip to content

Commit

Permalink
Remove Docker before installing via script
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Jun 4, 2024
1 parent a53cb93 commit ede645a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/moby-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-build

- name: Remove default Docker
run: sudo apt-get remove docker docker-engine docker.io containerd runc

- name: Install Latest Docker
run: curl https://get.docker.com | CHANNEL=test sh

- name: Check Docker version
run: docker --version

- name: Build with Gradle
run: ./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'

Expand Down

0 comments on commit ede645a

Please sign in to comment.