test(v3): follow renamed build workflow

This commit is contained in:
jxxghp
2026-08-07 23:43:20 +08:00
parent dbaac3347c
commit 4f22ceb1a6

View File

@@ -33,7 +33,7 @@ def test_install_and_docker_paths_do_not_reference_v2_resources():
def test_v3_release_workflows_use_isolated_branches_and_images():
"""V3 正式版和 Beta 构建不得写入 V2 或无版本后缀的镜像仓库。"""
build_workflow = (ROOT_DIR / ".github" / "workflows" / "build.yml").read_text(encoding="utf-8")
build_workflow = (ROOT_DIR / ".github" / "workflows" / "build-v3.yml").read_text(encoding="utf-8")
beta_workflow = (ROOT_DIR / ".github" / "workflows" / "beta.yml").read_text(encoding="utf-8")
assert "name: MoviePilot Builder v3" in build_workflow