Skip to content

Commit

Permalink
chore: install docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Oct 8, 2024
1 parent f6a1ac5 commit e842377
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 @@ -31,6 +31,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 Unit Tests
run: make test-docker version=${{ matrix.java }}

Expand Down

0 comments on commit e842377

Please sign in to comment.