mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 16:36:53 +08:00
test(v3): follow renamed build workflow
This commit is contained in:
@@ -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():
|
def test_v3_release_workflows_use_isolated_branches_and_images():
|
||||||
"""V3 正式版和 Beta 构建不得写入 V2 或无版本后缀的镜像仓库。"""
|
"""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")
|
beta_workflow = (ROOT_DIR / ".github" / "workflows" / "beta.yml").read_text(encoding="utf-8")
|
||||||
|
|
||||||
assert "name: MoviePilot Builder v3" in build_workflow
|
assert "name: MoviePilot Builder v3" in build_workflow
|
||||||
|
|||||||
Reference in New Issue
Block a user