mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 10:00:08 +00:00
[CI] Add manual test frontend GH action (#1054)
This commit is contained in:
28
.github/workflows/test-comfyui-frontend.yml
vendored
28
.github/workflows/test-comfyui-frontend.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user