[docs-only] Add email service to the docker-compose setup for tests (#6347)

* add email docker compose for running tests

* update docs to run email tests in docker compose setup

* fix typo
This commit is contained in:
Sawjan Gurung
2023-05-19 18:03:55 +05:45
committed by GitHub
parent fe6195b689
commit 89d92d7b1d
5 changed files with 31 additions and 0 deletions
@@ -16,6 +16,9 @@ services:
BEHAT_FEATURE: ${BEHAT_FEATURE:-}
DIVIDE_INTO_NUM_PARTS: $DIVIDE_INTO_NUM_PARTS
RUN_PART: $RUN_PART
# email
EMAIL_HOST: email
EMAIL_PORT: 9000
env_file:
- ../../../../.drone.env
volumes: