Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev committed Jun 23, 2024
1 parent 4d54f98 commit 92b9bcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- "7.1"
- "7.2"
- "8.1"

steps:
- uses: actions/checkout@v3

Expand All @@ -39,9 +39,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: run docker
run: docker-compose up -d & sleep 50
run: docker-compose up -d & sleep 120
- name: pwd
run: pwd
- name: run tests
run: vendor/bin/phpunit

0 comments on commit 92b9bcc

Please sign in to comment.