Skip to content

Commit

Permalink
ci: setup Docker Buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
phanhongan committed Oct 26, 2024
1 parent 16220cd commit a5a1a8a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/install-lint-test-on-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Docker
run: |
brew install --cask docker
open /Applications/Docker.app
# Wait for Docker to start
while ! docker system info; do
echo "Waiting for Docker to start..."
sleep 5
done
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Install Poetry
run: make get-poetry
Expand All @@ -77,4 +70,3 @@ jobs:
MYSQL_USER: root
MYSQL_PASSWORD: password
MYSQL_DATABASE: test
DB_PORT: 3306

0 comments on commit a5a1a8a

Please sign in to comment.