mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 23:12:35 +08:00
update
This commit is contained in:
parent
017248f6ff
commit
beb2a48ee1
17
.github/workflows/test-ui.yaml
vendored
17
.github/workflows/test-ui.yaml
vendored
@ -6,13 +6,10 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Test using Node.js
|
- uses: actions/setup-node@v3
|
||||||
uses: actions/setup-node@v1
|
with:
|
||||||
with:
|
node-version: 18
|
||||||
node-version: '18'
|
- name: Run Tests
|
||||||
- name: Run tests
|
run: npm test
|
||||||
working-directory: ./tests-ui
|
working-directory: ./tests-ui
|
||||||
run: |
|
|
||||||
npm install
|
|
||||||
npm test
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user