Skip to content

fix(rich-text-editor): DLT-3190 replace custom JSON-to-markdown converter with @tiptap/static-renderer #3191

fix(rich-text-editor): DLT-3190 replace custom JSON-to-markdown converter with @tiptap/static-renderer

fix(rich-text-editor): DLT-3190 replace custom JSON-to-markdown converter with @tiptap/static-renderer #3191

Workflow file for this run

name: Unit Tests
on:
pull_request:
paths:
- 'packages/dialtone-vue/**'
push:
branches:
- staging
paths:
- 'packages/dialtone-vue/**'
env:
HUSKY: 0
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
permissions:
packages: read
steps:
- name: Check out branch
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup-environment
- name: Run dialtone-vue tests with coverage
run: pnpm nx run dialtone-vue:test:coverage