Skip to content

Commit

Permalink
disable local node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bobaaaaa committed Nov 17, 2021
1 parent 1774f49 commit 467d3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ breaking: ## Detects breaking changes using https://docs.buf.build/breaking-over
test: generate go-mod ## Runs all tests
@echo "+ $@"
cd java && ./gradlew clean build
cd node && npm run checks
# cd node && nvm use && npm run checks
# cd node-legacy && nvm use && npm run checks
cd go && go test -v .

.PHONY: go-mod
Expand Down

0 comments on commit 467d3a5

Please sign in to comment.