Skip to content

Commit b4aeb0c

Browse files
chore: install docker-compose (#1418)
1 parent 07b4f71 commit b4aeb0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
username: ${{ secrets.DOCKER_USERNAME }}
3333
password: ${{ secrets.DOCKER_AUTH_TOKEN }}
3434

35+
- name: Install Docker Compose
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y docker-compose
39+
3540
- name: Run Tests
3641
run: make test-docker
3742

0 commit comments

Comments
 (0)