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 6ba49ac commit aef57b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ sync:
@$(MAKE) owasp-update-projects

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

update:
@$(MAKE) sync
Expand Down

0 comments on commit aef57b7

Please sign in to comment.