Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 12, 2024
1 parent b2e33f3 commit 69d6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sync:

test:
@docker build -f backend/Dockerfile.test backend -t nest-backend-test
@docker run -e DJANGO_CONFIGURATION=Test -it nest-backend-test poetry run pytest
@docker run -e DJANGO_CONFIGURATION=Test nest-backend-test poetry run pytest

update:
@$(MAKE) sync
Expand Down

0 comments on commit 69d6cb7

Please sign in to comment.