From 62657b36ae8fa58c4aa0d24c57bd16b2fa169ce4 Mon Sep 17 00:00:00 2001 From: dandds Date: Mon, 21 Oct 2019 15:24:07 -0400 Subject: [PATCH] Seed roles in the container used for integration tests. --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b472716..c6d6f557 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |