From b7da84ee6276ef46f616fda37360d6be88ac34ec Mon Sep 17 00:00:00 2001 From: Tyler Romero Date: Thu, 12 Oct 2023 13:16:21 -0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4ec33d0..db9fb04e 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ test-integ: install ## Run tests against the integ API server (needs GROUNDLIGH test-docs: install ## Run the example code and tests in our docs against the prod API (needs GROUNDLIGHT_API_TOKEN) poetry run pytest -v --markdown-docs ${TEST_ARGS} docs README.md -test-docs-integ: install ## Run the example code and tests in our docs against the prod API (needs GROUNDLIGHT_API_TOKEN) +test-docs-integ: install ## Run the example code and tests in our docs against the integ API (needs GROUNDLIGHT_API_TOKEN) GROUNDLIGHT_ENDPOINT="https://api.integ.groundlight.ai/" poetry run pytest -v --markdown-docs ${TEST_ARGS} docs README.md # Adjust which paths we lint