Skip to content

Commit

Permalink
fixed ci cd pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedmaghzaoui committed Jan 5, 2025
1 parent 448f82a commit da0c501
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/laravel-react-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- name: Set up Docker Compose
run: docker-compose up -d

- name: Wait for Backend to Start
run: |
echo "Waiting for backend to become healthy..."
timeout 90s bash -c 'until docker-compose exec backend curl -f http://localhost:8000; do sleep 5; done'
- name: Install Backend Dependencies
run: |
docker-compose exec backend composer install
Expand Down

0 comments on commit da0c501

Please sign in to comment.