Skip to content

Commit

Permalink
build: remove make test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Feb 9, 2024
1 parent c853b50 commit 708cdf4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions core/api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,18 @@ 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

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
Expand Down

0 comments on commit 708cdf4

Please sign in to comment.