diff --git a/core/api/Makefile b/core/api/Makefile index 49f0fe10d1..99652e26c5 100644 --- a/core/api/Makefile +++ b/core/api/Makefile @@ -22,16 +22,11 @@ start-main-ci: watch: pnpm nodemon -V -e ts,graphql -w ./src -x make start -test: unit integration - test-migrate: docker compose down -v -t 3 docker compose build docker compose -f docker-compose.yml up mongodb-migrate --exit-code-from mongodb-migrate -unit: - pnpm run test:unit - watch-unit: $(BIN_DIR)/jest --config ./test/unit/jest.config.js --clearCache NODE_ENV=test LOGLEVEL=warn $(BIN_DIR)/jest --watch --config ./test/unit/jest.config.js @@ -39,10 +34,6 @@ watch-unit: del-containers: docker compose rm -sfv -integration: - pnpm run build && \ - . ./.env && pnpm run test:integration - create-tmp-env-ci: . ./.env && \ envsubst < ./.env.ci > tmp.env.ci