From 797161940fcd842f18c3166e0ff2708a7f1be261 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 29 Jan 2025 16:19:36 -0500 Subject: [PATCH] ci(ci-test): new conf patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9125fe..a724529 100644 --- a/Makefile +++ b/Makefile @@ -30,5 +30,5 @@ test: ci-test: ./scripts/prepare_test_repos.sh $(TMP_DIR) - ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '2i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json" + ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '3i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json" GITHUB_ACTOR="" go test -coverprofile cover.out -v ./...