Skip to content

Commit

Permalink
Update test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Nov 20, 2024
1 parent 4dbd96d commit 4632a2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ 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
sudo docker-compose rm -f
sudo docker-compose up
- name: Run Unit Tests
run: make test-docker version=${{ matrix.php }}

Expand Down

0 comments on commit 4632a2c

Please sign in to comment.