Skip to content

Commit

Permalink
Switch back make test-back command to Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Oct 23, 2023
1 parent 9ba693c commit e65b3f9
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 @@ -26,7 +26,7 @@ dev-lint-frontend:
cd frontend && npm run test:lint:partial

test-back:
cd backend && ./mvnw clean && ./mvnw test
cd backend && ./gradlew clean test

test-front:
cd frontend && npm run test:unit
Expand Down Expand Up @@ -223,5 +223,5 @@ logs-db:

.PHONY: dev lint-back

dev: dev-run-back-with-infra
dev: dev-run-back
lint-back: dev-lint-backend

0 comments on commit e65b3f9

Please sign in to comment.