Skip to content

Commit

Permalink
install Docker, since macos runners don't have it
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Jun 13, 2024
1 parent ef95c22 commit 3687f7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker-container
use: true
- name: Compose
id: compose
run: docker compose up --wait --wait-timeout 120
Expand Down

0 comments on commit 3687f7a

Please sign in to comment.