Skip to content

Commit

Permalink
dm: download docker-compose in github action (#11944)
Browse files Browse the repository at this point in the history
close #4287
  • Loading branch information
GMHDBJD authored Dec 27, 2024
1 parent 96a6292 commit 8da035c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dm_mariadb_master_down_and_up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Setup containers
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose -f ./dm/tests/mariadb_master_down_and_up/docker-compose.yml up -d
- name: Run test cases
Expand Down

0 comments on commit 8da035c

Please sign in to comment.