🐛(dimail) ensure Dimail DB is initialized prior to E2E testing

Add a command to the testing workflow to ensure Dimail DB is set up.
This commit is contained in:
Laurent Bossavit
2024-12-10 22:45:25 +01:00
committed by Marie
parent 867c89a2e6
commit ac24dd91a7

View File

@@ -197,6 +197,10 @@ jobs:
run: |
make demo FLUSH_ARGS='--no-input'
- name: Setup Dimail DB
run: |
make dimail-setup-db
- name: Install Playwright Browsers
run: cd src/frontend/apps/e2e && yarn install