Seed roles in the container used for integration tests.
This commit is contained in:
parent
9c89664a64
commit
62657b36ae
@ -183,6 +183,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Apply migrations
|
name: Apply migrations
|
||||||
command: docker exec test-atat .venv/bin/python .venv/bin/alembic upgrade head
|
command: docker exec test-atat .venv/bin/python .venv/bin/alembic upgrade head
|
||||||
|
- run:
|
||||||
|
name: Apply the default permission sets
|
||||||
|
command: docker exec test-atat .venv/bin/python script/seed_roles.py
|
||||||
- run:
|
- run:
|
||||||
name: Execute Ghost Inspector test suite
|
name: Execute Ghost Inspector test suite
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user