Skip to content

Commit

Permalink
chore: install docker-compose (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Oct 16, 2024
1 parent 07b4f71 commit b4aeb0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_AUTH_TOKEN }}

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Run Tests
run: make test-docker

Expand Down

0 comments on commit b4aeb0c

Please sign in to comment.