Skip to content

Commit

Permalink
added migration commands to account tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdodson authored Dec 10, 2023
1 parent a13573d commit 7d70e5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ jobs:
env:
CAL_ID: c_6ed17073345c64d5b392f5a8ef7b4a62938f12c8fc5fecfa4b7256ef88acad28@group.calendar.google.com
run: |
cd ScheduleBuilder/account
cd ScheduleBuilder
python manage.py makemigrations
python manage.py migrate
cd account
pytest regtests.py

0 comments on commit 7d70e5a

Please sign in to comment.