mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-09 08:38:13 +00:00
detection-proof: break pack runtime (WAS Constant Number raises) - CI-side, row 9
This commit is contained in:
6
.github/workflows/ci-tests-custom-nodes.yaml
vendored
6
.github/workflows/ci-tests-custom-nodes.yaml
vendored
@@ -139,6 +139,12 @@ jobs:
|
||||
f=ComfyUI/custom_nodes/ComfyUI-Custom-Scripts/web/js/showText.js
|
||||
perl -0pi -e "s/(onConfigure\?\.apply\(this, arguments\);)/\$1\n\t\t\t\tconsole.error('DETECTION PROOF (row 8): pack showText.js onConfigure failure');/" "$f"
|
||||
grep -q "DETECTION PROOF (row 8)" "$f" || { echo "::error::row 8 break did not apply"; exit 1; }
|
||||
# Row 9 (execution runtime, s7): WAS `return_constant_number` raises
|
||||
# on entry. Expected: auto-run tier red `Constant Number:
|
||||
# EXECUTION_ERROR ... not in cannotRunAlone; a regression`.
|
||||
f=ComfyUI/custom_nodes/was-node-suite-comfyui/WAS_Node_Suite.py
|
||||
perl -pi -e 's/(def return_constant_number\(self, number_type, number, number_as_text=None\):)/$1\n raise ValueError("DETECTION PROOF (row 9): pack node runtime failure")/' "$f"
|
||||
grep -q "DETECTION PROOF (row 9)" "$f" || { echo "::error::row 9 break did not apply"; exit 1; }
|
||||
|
||||
# The VHS run-tier workflow reads input/plain_video.mp4.
|
||||
- name: Stage run-tier assets
|
||||
|
||||
Reference in New Issue
Block a user