Skip to content

Commit 0a82b53

Browse files
committed
chore(ci): integrate mailhog into test compose file
1 parent a47caef commit 0a82b53

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.ci/matrix/relayhost/test.sh

-4
This file was deleted.

docker-compose.test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: '3.5'
22

33
services:
4+
mailhog:
5+
image: mailhog/mailhog:v1.0.1
6+
47
test:
58
build: ./test
69
volumes:
@@ -11,6 +14,8 @@ services:
1114
# For development
1215
- ./test/rootfs/usr/share/tests:/usr/share/tests:ro
1316
env_file: .env
17+
depends_on:
18+
- mailhog
1419

1520
# For development
1621
# web:

0 commit comments

Comments
 (0)