Skip to content

Commit

Permalink
fix: install docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 5, 2024
1 parent d10eacc commit 10b42e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Set up Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/v2.5.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose -f docker-compose-test.yml up --build -d
- name: Wait for services to be ready
run: |
Expand Down

0 comments on commit 10b42e3

Please sign in to comment.