mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
seed_db
This commit is contained in:
parent
f9dff3fc14
commit
584dce261d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api-tests.yaml
vendored
2
.github/workflows/api-tests.yaml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Seed DB with test user
|
||||
run: |
|
||||
docker exec your_api_container_name python3 seed_users.py
|
||||
docker exec wekan-db python3 seed_users.py
|
||||
|
||||
- name: Run pytest
|
||||
run: pytest tests_r/ --maxfail=1 --disable-warnings -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue