diff --git a/.github/workflows/test-launch.yml b/.github/workflows/test-launch.yml index 5f01fe3df..244f664fa 100644 --- a/.github/workflows/test-launch.yml +++ b/.github/workflows/test-launch.yml @@ -32,7 +32,7 @@ jobs: working-directory: ComfyUI - name: Check for unhandled exceptions in server log run: | - grep -v "Found comfy_kitchen backend triton: {'available': False, 'disabled': False, 'unavailable_reason': \"ImportError: No module named 'triton'\", 'capabilities': []}" console_output.log > console_output_filtered.log + grep -v "Found comfy_kitchen backend triton: {'available': False, 'disabled': False, 'unavailable_reason': \"ImportError: No module named 'triton'\", 'capabilities': \[\]}" console_output.log > console_output_filtered.log cat console_output_filtered.log if grep -qE "Exception|Error" console_output_filtered.log; then echo "Unhandled exception/error found in server log."