test(e2e): more settings tests (#42046)
This commit is contained in:
committed by
GitHub
parent
94788e2719
commit
de40fe86e9
7
.github/workflows/cypress.yml
vendored
7
.github/workflows/cypress.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Cypress
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'renovate/**'
|
||||
@@ -18,6 +18,11 @@ jobs:
|
||||
image: mongo:3.6.19
|
||||
ports:
|
||||
- 27017:27017
|
||||
# We need mailhog to catch any emails the api tries to send.
|
||||
mailhog:
|
||||
image: mailhog/mailhog
|
||||
ports:
|
||||
- 1025:1025
|
||||
|
||||
steps:
|
||||
# We use .npmrc to set the default version to 0, and prevents download during development.
|
||||
|
Reference in New Issue
Block a user