[CI] Add manual test frontend GH action (#1054)

This commit is contained in:
filtered
2025-05-16 14:52:53 +10:00
committed by GitHub
parent de21f5ccd3
commit 56109eccc0

View File

@@ -4,23 +4,30 @@
name: Test ComfyUI Frontend
on:
workflow_dispatch:
inputs:
frontend-branch:
description: "Frontend branch"
required: true
default: "main"
push:
branches: [main, master]
paths-ignore:
- '.cursor/**'
- '.husky/**'
- '.vscode/**'
- '.github/ISSUE_TEMPLATE/**'
- 'test/**'
- ".cursor/**"
- ".husky/**"
- ".vscode/**"
- ".github/ISSUE_TEMPLATE/**"
- "test/**"
pull_request:
branches: [main, master]
paths-ignore:
- '.cursor/**'
- '.husky/**'
- '.vscode/**'
- '.github/ISSUE_TEMPLATE/**'
- 'test/**'
- ".cursor/**"
- ".husky/**"
- ".vscode/**"
- ".github/ISSUE_TEMPLATE/**"
- "test/**"
jobs:
test-comfyui-frontend:
@@ -43,6 +50,7 @@ jobs:
with:
repository: "Comfy-Org/ComfyUI_frontend"
path: "ComfyUI_frontend"
ref: ${{ inputs.frontend-branch }}
- name: Checkout ComfyUI_devtools
uses: actions/checkout@v4