Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofdrys committed Jun 20, 2024
1 parent 62ee7fb commit a8db609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ unit-tests-ci: ## run unit tests without e2e-tests directory (multiple times to

.PHONY: ci-e2e
ci-e2e: up
go run -v -count=2 ./e2e-tests/scripts/wait-ready/main.go -addr=':80;:8081;:8082'
go run ./e2e-tests/scripts/wait-ready/main.go -addr=':80;:8081;:8082'
@$(MAKE) tests-e2e

.PHONY: tests-e2e
Expand Down

0 comments on commit a8db609

Please sign in to comment.