💚(app-desk) build template mail for e2e

The tests e2e were failing because the mail
template was not built.
We will use the job after the mail templates are build.
This commit is contained in:
Anthony LC
2024-03-22 17:12:58 +01:00
committed by Anthony LC
parent 897b68038f
commit 7d9032b6ec

View File

@@ -104,6 +104,7 @@ jobs:
test-e2e:
runs-on: ubuntu-latest
needs: build-mails
timeout-minutes: 10
steps:
- name: Checkout repository
@@ -114,6 +115,12 @@ jobs:
make create-env-files
cat env.d/development/common.e2e.dist >> env.d/development/common
- name: Download mails' templates
uses: actions/download-artifact@v4
with:
name: mails-templates
path: src/backend/core/templates/mail
- name: Build and Start Docker Servers
env:
DOCKER_BUILDKIT: 1