feat(healthcheck): use joj3-check
All checks were successful
submodules sync / sync (push) Successful in 32s
build / build (push) Successful in 1m5s
build / trigger-build-image (push) Successful in 6s

This commit is contained in:
张泊明518370910136 2025-02-01 04:18:13 -05:00
parent 98cf2c812f
commit 1bc539a80f
GPG Key ID: D47306D7062CDA9D

View File

@ -28,7 +28,7 @@ func runTeapot(conf *conf.Conf) (checkResults []CheckResult, err error) {
formattedGroups = append(formattedGroups, groupConfig)
}
args := []string{
"joj3-check-env", conf.Teapot.EnvFilePath,
"joj3-check", conf.Teapot.EnvFilePath,
conf.Teapot.GradingRepoName,
conf.Teapot.ScoreboardPath,
"--group-config", strings.Join(formattedGroups, ","),