Fix free plugin unit tests to run locally in docker

[MAILPOET-6244]
This commit is contained in:
Rostislav Wolny
2024-11-21 10:26:17 +01:00
committed by Jan Lysý
parent 9493ef70e4
commit ea181cfbd0

View File

@@ -55,6 +55,7 @@ services:
- './pnpm-lock.yaml:/var/www/html/wp-content/plugins/pnpm-lock.yaml'
- './pnpm-workspace.yaml:/var/www/html/wp-content/plugins/pnpm-workspace.yaml'
- './patches:/var/www/html/wp-content/plugins/patches'
- './tests_env:/var/www/html/wp-content/plugins/tests_env'
- './mailpoet:/var/www/html/wp-content/plugins/mailpoet'
- './mailpoet-premium:/var/www/html/wp-content/plugins/mailpoet-premium'
- './packages:/var/www/html/wp-content/plugins/packages'