mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
test: check reporting user sends an email (#55166)
This commit is contained in:
committed by
GitHub
parent
eb84dce6ca
commit
0916d1bb49
3
.github/workflows/e2e-playwright.yml
vendored
3
.github/workflows/e2e-playwright.yml
vendored
@@ -89,7 +89,8 @@ jobs:
|
||||
mailhog:
|
||||
image: mailhog/mailhog
|
||||
ports:
|
||||
- 1025:1025
|
||||
- 1025:1025 # SMTP server (listens for emails)
|
||||
- 8025:8025 # HTTP server (so we can make requests to the api)
|
||||
|
||||
steps:
|
||||
- name: Set Action Environment Variables
|
||||
|
||||
Reference in New Issue
Block a user