Skip to content

Commit

Permalink
chore: fixing docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Nov 20, 2024
1 parent bccb0be commit 4dbd96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
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 4dbd96d

Please sign in to comment.