Skip to content

Commit

Permalink
Add devtools node to test wf
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Aug 25, 2024
1 parent 2482845 commit 6a13701
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-comfyui-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
repository: "Comfy-Org/ComfyUI_frontend"
path: "ComfyUI_frontend"

- name: Checkout ComfyUI_devtools
uses: actions/checkout@v4
with:
repository: "Comfy-Org/ComfyUI_devtools"
path: "ComfyUI/custom_nodes/ComfyUI_devtools"

- name: Checkout ComfyUI_examples
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6a13701

Please sign in to comment.