Skip to content

Commit

Permalink
Update make file to exclude Migrate in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Dec 2, 2024
1 parent 9e73c06 commit 1a29dd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ syncdb:
docker compose exec backend python manage.py syncdb

pytest:
docker compose exec backend python manage.py makemigrations
docker compose exec backend python manage.py migrate
docker compose exec backend python manage.py makemigrations
docker compose exec backend pytest --no-migrations --reuse-db $(FILE)

0 comments on commit 1a29dd2

Please sign in to comment.