Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimorillo committed Mar 27, 2024
1 parent 19ab641 commit dec395b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
- name: Install dependencies
run: docker-compose exec -T app composer install

- name: Wait for MySQL
run: sleep 20

- name: Run PHPUnit tests
run: docker-compose exec -T app ./vendor/bin/phpunit --configuration=phpunit.xml

0 comments on commit dec395b

Please sign in to comment.