Skip to content

Commit

Permalink
fix: add migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Jun 7, 2024
1 parent 6280ce1 commit d00d07b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eox_tenant/test/tutor/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This script installs the package in the edxapp environment, installs test requirements from Open edX and runs the tests using the Tutor settings.
echo "Install package"
pip install -e /openedx/eox-tenant
python manage.py lms makemigrations
python manage.py lms migrate

echo "Install test-requirements"
make test-requirements
Expand Down

0 comments on commit d00d07b

Please sign in to comment.