test(e2e): more settings tests (#42046)

This commit is contained in:
Oliver Eyton-Williams
2021-05-07 16:30:38 +02:00
committed by GitHub
parent 94788e2719
commit de40fe86e9
4 changed files with 48 additions and 6 deletions

View File

@@ -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.