🧐(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:
4
.github/workflows/people.yml
vendored
4
.github/workflows/people.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user