Skip to content

Commit

Permalink
🐛 CI Use Settings When Running Migrate (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenfrogs committed Mar 30, 2021
1 parent a6d9fb3 commit 8049038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Run migrations
run: |
cd ./backend/uclapi && \
python ./manage.py migrate
python ./manage.py migrate --settings=uclapi.settings_mocked
- name: Build frontend
run: |
Expand Down

0 comments on commit 8049038

Please sign in to comment.