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 e280f13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/openmldb-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Setup docker-compose
uses: KengoTODA/[email protected]

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

0 comments on commit e280f13

Please sign in to comment.