(app-desk) change backend settings for e2e tests

When we run e2e tests with the CI, we are doing lot of
calls to the backend in a short amount of time. This can
lead to a rate limit particulary on the "user/me" endpoint.
To avoid this, we will use different backend settings
for the e2e tests.
This commit is contained in:
Anthony LC
2024-02-23 16:37:51 +01:00
committed by Anthony LC
parent 51064ec236
commit 3f7e5c88bc
3 changed files with 16 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ jobs:
- name: Set services env variables
run: |
make create-env-files
cat env.d/development/common.e2e.dist >> env.d/development/common
- name: Build and Start Docker Servers
env: