Skip to content

Only linux.

Only linux. #110

name: Test ComfyUI Example Workflows
on:
push:
branches:
- master
workflow_dispatch:
jobs:
test-default-workflow:
strategy:
fail-fast: false
matrix:

Check failure on line 12 in .github/workflows/test-workflows.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-workflows.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
os: [linux]
# include:
# - os: macos
# runner_label: [self-hosted, m2]
- os: linux
cuda_version: 12.1
runner_label: [self-hosted, Linux, t4]
runs-on: ${{ matrix.runner_label }}
steps:
- name: Test Default Workflow
uses: comfy-org/comfy-action@rh-featu
with:
os: ${{ matrix.os }}
cuda_version: ${{ matrix.cuda_version }}
models-json: '{"v1-5-pruned-emaonly.ckpt": {"url": "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt", "directory": "checkpoints"}}'
workflow_filenames: "default.json"
gcs_bucket_name: 'comfy-ci-results'
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
output_prefix: 'ComfyUI'
timeout: 50