Skip to content

when a complex definition has been marked up with a blockContainer, show the whole definition in the pop-up #481

when a complex definition has been marked up with a blockContainer, show the whole definition in the pop-up

when a complex definition has been marked up with a blockContainer, show the whole definition in the pop-up #481

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci
- run: npx lerna bootstrap
- run: npx lerna run build
- run: npx lerna run test