Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
update ci to include user roles setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacobolo committed Nov 10, 2023
1 parent 20753c4 commit 5855c13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
source venv/bin/activate
python backend/manage.py migrate
- name: Setup User Permissions
run: |
source venv/bin/activate
python backend/manage.py setup_user_roles
- name: Start the backend (checks if the server starts)
run: |
source venv/bin/activate
Expand Down

0 comments on commit 5855c13

Please sign in to comment.