ci: fix conf.json
Some checks failed
continuous-integration/drone/push Build is passing
checks / build (push) Failing after 1m40s

This commit is contained in:
张泊明518370910136 2024-09-19 18:33:19 -04:00
parent f2b3a3a0ee
commit 5977b39fe3
GPG Key ID: D47306D7062CDA9D

View File

@ -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 ./...