ComfyUI/.github/workflows/test-ui.yaml
pythongosssss bc3fa627c7 Fix?
2023-10-16 11:45:22 +01:00

18 lines
358 B
YAML

name: Tests CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test using Node.js
uses: actions/setup-node@v1
with:
node-version: '18'
- name: Run tests
working-directory: ./tests-ui
run: |
npm install
npm test