From b12b542d2acc41e00881241336ac45f73ba6fd56 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 27 Sep 2025 01:26:23 -0700 Subject: [PATCH] fix: new conf format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6aedc2b..6c65b39 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,5 @@ local-test: ci-test: ./scripts/prepare_test_repos.sh $(TMP_DIR) - ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '3i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json" + ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '2i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json" GITHUB_ACTOR="" go test -count=1 -v ./...