Skip to content

Update action path #160

Update action path

Update action path #160

name: Test ComfyUI Example Workflows
on:
workflow_dispatch:
jobs:
test-default-workflow:
strategy:
fail-fast: false
matrix:
os: [macos]
python_version: [3.8, 3.11]
torch_version: [12.1]
include:
- os: macos
python_version: 3.8
torch_version: 12.1
runner_label: self-hosted, dev-runner-yo
# - os: linux
# python_version: 3.8
# torch_version: 12.1
# runner_label: self-hosted, Linux, t4
# - os: win
# python_version: 3.8
# torch_version: 12.1
# runner_label: self-hosted, win
runs-on: ${{ matrix.runner_label }}
steps:
- name: Test Default Workflow
uses: comfy-org/comfy-action
with:
os: ${{ matrix.os }}
python_version: ${{ matrix.python_version }}
torch_version: ${{ matrix.torch_version }}
workflow_filenames: "default.json,lora.json"
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags: ""
output_prefix: 'ComfyUI'
timeout: 50