Skip to content

Commit

Permalink
fix(.github): docker-compose command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Shouren committed Sep 10, 2024
1 parent 60ad0a3 commit e61ee63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/openmldb-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Setup docker-compose
uses: KengoTODA/[email protected]
with:
version: '2.29.2'

- name: Docker Compose Test
working-directory: demo
run: |
Expand Down

0 comments on commit e61ee63

Please sign in to comment.