Skip to content

added: close() callback added to add blocks panel component #391

added: close() callback added to add blocks panel component

added: close() callback added to add blocks panel component #391

Workflow file for this run

name: Unit & Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install -g pnpm && pnpm install --no-frozen-lockfile
- name: Run Unit & Integration tests
run: pnpm run test