mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +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
|
name: Test ComfyUI Frontend
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
frontend-branch:
|
||||||
|
description: "Frontend branch"
|
||||||
|
required: true
|
||||||
|
default: "main"
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches: [main, master]
|
branches: [main, master]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.cursor/**'
|
- ".cursor/**"
|
||||||
- '.husky/**'
|
- ".husky/**"
|
||||||
- '.vscode/**'
|
- ".vscode/**"
|
||||||
- '.github/ISSUE_TEMPLATE/**'
|
- ".github/ISSUE_TEMPLATE/**"
|
||||||
- 'test/**'
|
- "test/**"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, master]
|
branches: [main, master]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.cursor/**'
|
- ".cursor/**"
|
||||||
- '.husky/**'
|
- ".husky/**"
|
||||||
- '.vscode/**'
|
- ".vscode/**"
|
||||||
- '.github/ISSUE_TEMPLATE/**'
|
- ".github/ISSUE_TEMPLATE/**"
|
||||||
- 'test/**'
|
- "test/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-comfyui-frontend:
|
test-comfyui-frontend:
|
||||||
@@ -43,6 +50,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: "Comfy-Org/ComfyUI_frontend"
|
repository: "Comfy-Org/ComfyUI_frontend"
|
||||||
path: "ComfyUI_frontend"
|
path: "ComfyUI_frontend"
|
||||||
|
ref: ${{ inputs.frontend-branch }}
|
||||||
|
|
||||||
- name: Checkout ComfyUI_devtools
|
- name: Checkout ComfyUI_devtools
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user