mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 13:41:59 +00:00
fix: pre-seed Comfy.TutorialCompleted to skip template gallery in QA
The Codex agent was spending 35s browsing the "Getting Started" template gallery instead of testing the PR's changes. Pre-seeding this setting via the ComfyUI API ensures the agent lands directly in the graph editor.
This commit is contained in:
9
.github/workflows/pr-qa.yaml
vendored
9
.github/workflows/pr-qa.yaml
vendored
@@ -111,6 +111,15 @@ jobs:
|
||||
done
|
||||
echo "::error::Server timeout"; exit 1
|
||||
|
||||
- name: Pre-seed settings to skip onboarding
|
||||
shell: bash
|
||||
run: |
|
||||
# Mark tutorial as completed so the template gallery doesn't appear
|
||||
curl -sf -X POST http://127.0.0.1:8188/api/settings \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{"Comfy.TutorialCompleted": true}'
|
||||
echo "Pre-seeded Comfy.TutorialCompleted=true"
|
||||
|
||||
- name: Install playwright-cli and Codex CLI
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user