Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 23, 2024
1 parent bbcd3b5 commit f2273aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ services:
DB_USER: $DB_USER
DB_PASSWORD: $DB_PASSWORD
DEBUG: 1
WP_VERSION: 5
WP_VERSION: 6
PHP_SENDMAIL_PATH: '/bin/true'
BASE_URL: http://$PROJECT_BASE_URL
PHP_FPM_USER: wodby
PHP_FPM_GROUP: wodby
WODBY_APP_NAME: wordpress6
volumes:
- codebase:/var/www/html/
- ./tests.sh:/usr/local/bin/tests.sh
Expand Down

0 comments on commit f2273aa

Please sign in to comment.