We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1724e05 commit c0670f4Copy full SHA for c0670f4
.github/workflows/test-and-deploy.yml
@@ -31,11 +31,6 @@ jobs:
31
username: ${{ secrets.DOCKER_USERNAME }}
32
password: ${{ secrets.DOCKER_AUTH_TOKEN }}
33
34
- - name: Install Docker Compose
35
- run: |
36
- sudo apt-get update
37
- sudo apt-get install -y docker-compose
38
-
39
- name: Run Unit Tests
40
run: make test-docker version=${{ matrix.php }}
41
0 commit comments