diff --git a/.github/workflows/workflow-ci.yml b/.github/workflows/workflow-ci.yml index 85145d52..c3a663f1 100644 --- a/.github/workflows/workflow-ci.yml +++ b/.github/workflows/workflow-ci.yml @@ -68,7 +68,7 @@ jobs: if: matrix.os == 'windows-latest' run: | cd ComfyUI - Start-Process -FilePath "python3" -ArgumentList "main.py --port 8188 --cpu" -NoNewWindow -RedirectStandardOutput "CON" -RedirectStandardError "CON" + Start-Process -FilePath "python3" -ArgumentList "main.py --port 8188 --cpu" -NoNewWindow cd custom_nodes/BizyAir Write-Output "Current directory: $(Get-Location)" python3 tests/test_examples.py