Skip to content

Commit c0670f4

Browse files
chore: no need to install docker-compose v1
1 parent 1724e05 commit c0670f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

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

34-
- name: Install Docker Compose
35-
run: |
36-
sudo apt-get update
37-
sudo apt-get install -y docker-compose
38-
3934
- name: Run Unit Tests
4035
run: make test-docker version=${{ matrix.php }}
4136

0 commit comments

Comments
 (0)