Skip to content

Commit

Permalink
docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jan 31, 2024
1 parent 7ad1a53 commit daed09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images-test-mac-m1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install and test docker
run: |
# set -x
brew install docker docker-compose colima
colima start
brew install docker docker-compose
brew services start docker
docker version
mkdir -p ~/.docker/cli-plugins
ln -sfn /opt/homebrew/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
Expand Down

0 comments on commit daed09b

Please sign in to comment.