🧐(CI) add dummy data to test-e2e job

To search some users we need to have some
dummy data in the database.
This commit adds dummy data to the database
like users, teams, and identities.
This commit is contained in:
Anthony LC
2024-03-19 17:46:15 +01:00
committed by Anthony LC
parent e9848bd199
commit a48dbde0ea
2 changed files with 6 additions and 1 deletions

View File

@@ -126,6 +126,10 @@ jobs:
run: |
make migrate
- name: Add dummy data
run: |
make demo FLUSH_ARGS='--no-input'
- name: Setup Node.js
uses: actions/setup-node@v4
with: