Skip to content

Commit

Permalink
Checkout devtools repo for browser test expectation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Sep 11, 2024
1 parent 93b5567 commit 3c15f27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-browser-exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
repository: "Comfy-Org/ComfyUI_frontend"
path: "ComfyUI_frontend"
ref: ${{ github.head_ref }}
- name: Checkout ComfyUI_devtools
uses: actions/checkout@v4
with:
repository: "Comfy-Org/ComfyUI_devtools"
path: "ComfyUI/custom_nodes/ComfyUI_devtools"
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand Down

0 comments on commit 3c15f27

Please sign in to comment.