Skip to content

fix(deps): update tiptap to ~2.7.1 #3620

fix(deps): update tiptap to ~2.7.1

fix(deps): update tiptap to ~2.7.1 #3620

Workflow file for this run

name: ⚙️ Tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx test editor --nxBail
- uses: codecov/[email protected]
with:
directory: ./coverage/editor
flags: editor
name: editor
concurrency:
group: test-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true