Skip to content

Commit b2e4c75

Browse files
Add MongoDB to the Setup
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent f042d5b commit b2e4c75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- 8883:8883
2929
# - 8084:8084 // this port is already used?
3030
- 18083:18083
31+
mongodb:
32+
image: mongo
33+
ports:
34+
- 27017:27017
3135
steps:
3236
- uses: actions/checkout@v2
3337

0 commit comments

Comments
 (0)