Merge pull request #1129 from dod-ccpo/ghost-seed-roles

Seed roles in the container used for integration tests.
This commit is contained in:
Jay R. Newlin (PromptWorks) 2019-10-21 16:01:27 -04:00 committed by GitHub
commit e39adb9532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,9 @@ jobs:
- run:
name: Apply migrations
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:
name: Execute Ghost Inspector test suite
command: |