Skip to content

Commit

Permalink
allow to run tests in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldewyn committed Dec 31, 2023
1 parent af6b4ad commit 16e93d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ services:
- ./config.ini:/var/www/html/config.ini
- ./composer.json:/var/www/html/composer.json
- ./composer.lock:/var/www/html/composer.lock
- ./phpcs.xml:/var/www/html/phpcs.xml
- ./psalm.xml:/var/www/html/psalm.xml
- ./tests/psalm_stubs.php:/var/www/html/tests/psalm_stubs.php
depends_on:
- db
- vite
Expand Down

0 comments on commit 16e93d1

Please sign in to comment.