Skip to content

Commit

Permalink
test: downgraded docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 11, 2024
1 parent 6386dfa commit dc54122
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@ jobs:
docker version
docker compose --version
- name: Install Docker 27.3.0
if: ${{ matrix.os.name == 'mac' }}
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh --version 27.3.0
# Note: we cannot use Docker Desktop because it has not been licensed for use in GithubActions
- name: Docker installation - Mac
- name: Docker Compose installation - Mac
if: ${{ matrix.os.name == 'mac' }}
run: |
brew install --cask docker
brew unlink docker
brew install [email protected]
brew link --force --overwrite [email protected]
brew install lima docker-compose
limactl start --name=default template://docker
echo "DOCKER_HOST=unix:///Users/runner/.lima/default/sock/docker.sock" >> $GITHUB_ENV
Expand Down

0 comments on commit dc54122

Please sign in to comment.