🐛(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:
4
.github/workflows/people.yml
vendored
4
.github/workflows/people.yml
vendored
@@ -197,6 +197,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make demo FLUSH_ARGS='--no-input'
|
make demo FLUSH_ARGS='--no-input'
|
||||||
|
|
||||||
|
- name: Setup Dimail DB
|
||||||
|
run: |
|
||||||
|
make dimail-setup-db
|
||||||
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: cd src/frontend/apps/e2e && yarn install
|
run: cd src/frontend/apps/e2e && yarn install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user