diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index 5182206..6fbf244 100644 --- a/.github/workflows/people.yml +++ b/.github/workflows/people.yml @@ -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