Skip to content

Commit

Permalink
Test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jun 20, 2024
1 parent df2503a commit 2dbb953
Showing 1 changed file with 29 additions and 24 deletions.
53 changes: 29 additions & 24 deletions .github/workflows/test-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,37 @@ 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
runner_label: [self-hosted, dev-runner-yo]
# - os: linux
# runner_label: [self-hosted, Linux, t4]
# - os: win
# runner_label: [self-hosted, win]
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: drip-art/comfy-action@yo-migrate-value-from-comfyui
with:
os: ${{ matrix.os }}
cuda_version: ${{ matrix.cuda_version }}
workflow_filenames: "default.json,lora.json"
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags:
output_prefix: 'ComfyUI'
timeout: 50
- name: Test Default Workflow
uses: drip-art/comfy-action@yo-migrate-value-from-comfyui
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

0 comments on commit 2dbb953

Please sign in to comment.