Skip to content

feat: [Tree] icon API support function #4752

feat: [Tree] icon API support function

feat: [Tree] icon API support function #4752

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: test
on:
push:
branches: [main, release, test-code-coverage]
pull_request:
branches: [main, release]
workflow_dispatch:
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Run install
run: npm i -g lerna@^6 && npm run bootstrap
- name: Run Jest test
run: npm run test:unit