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 32b575b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/openmldb-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ 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: |
docker-compose -f docker-compose.test.yml -- up --exit-code-from sut
docker compose -f docker-compose.test.yml -- up --exit-code-from sut
- name: Decide Push
run: |
Expand Down

0 comments on commit 32b575b

Please sign in to comment.