From 5977b39fe3f342f5528e2c5324b5293305f3650b Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Sep 2024 18:33:19 -0400 Subject: [PATCH] ci: fix conf.json --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb3bc16..61e9d4a 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,5 @@ test: ci-test: ./scripts/prepare_test_repos.sh $(TMP_DIR) - ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '1i sandboxExecServer = \"172.17.0.1:5051\"' conf.toml" + ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '2i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json" go test -coverprofile cover.out -v ./...