From f67e51170f49e6e79b1f180d073a5b653a9dd12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 12 Sep 2023 00:33:18 +0200 Subject: [PATCH] chore: switch back to official policies repo (#8338) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a0713bbae..c5b3e8d234 100644 --- a/Makefile +++ b/Makefile @@ -703,7 +703,7 @@ test-cli: test-cli-policies test-cli-local ## Run all CLI tests .PHONY: test-cli-policies test-cli-policies: $(CLI_BIN) ## Run CLI tests against the policies repository @echo Running cli tests against $(TEST_GIT_REPO)/$(TEST_GIT_BRANCH)... >&2 - @$(CLI_BIN) test https://github.com/eddycharly/policies/test-refactor + @$(CLI_BIN) test $(TEST_GIT_REPO)/$(TEST_GIT_BRANCH) .PHONY: test-cli-local test-cli-local: test-cli-local-validate test-cli-local-mutate test-cli-local-generate test-cli-local-registry test-cli-local-scenarios test-cli-local-selector ## Run local CLI tests