Skip to content

Commit

Permalink
update tests.yml:
Browse files Browse the repository at this point in the history
'
  • Loading branch information
amranidev committed Jun 23, 2024
1 parent 29a5606 commit b14189b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: run docker
run: docker-compose up -d & sleep 120
run: docker-compose up -d & sleep 50
- name: docker ps
run: docker ps
- name: pwd
run: pwd
- name: run tests
Expand Down

0 comments on commit b14189b

Please sign in to comment.