Skip to content

Commit

Permalink
Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jul 9, 2024
1 parent 9902846 commit c2a954c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/10/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ services:
DB_PASSWORD: drupal
DB_NAME: drupal
DB_DRIVER: mysql
VALKEY_HOST: valkey
VALKEY_PORT: 6379
VALKEY_PASSWORD: valkey
REDIS_HOST: valkey
REDIS_PORT: 6379
REDIS_PASSWORD: valkey
PHP_SENDMAIL_PATH: /bin/true
PHP_ERROR_REPORTING: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
volumes:
Expand Down
6 changes: 3 additions & 3 deletions tests/7/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ services:
VARNISH_TERMINAL_PORT: 6082
VARNISH_SECRET: secret
VARNISH_VERSION: 4
VALKEY_HOST: valkey
VALKEY_PORT: 6379
VALKEY_PASSWORD: valkey
REDIS_HOST: valkey
REDIS_PORT: 6379
REDIS_PASSWORD: valkey
PHP_SENDMAIL_PATH: /bin/true
volumes:
- codebase:/var/www/html
Expand Down

0 comments on commit c2a954c

Please sign in to comment.