Skip to content

chore(release): publish @tinkoff/tui-editor #4201

chore(release): publish @tinkoff/tui-editor

chore(release): publish @tinkoff/tui-editor #4201

Workflow file for this run

name: ⚙️ Tests
on:
pull_request:
push:
branches: [main, 'v[0-9]+.x']
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]
with:
validate-peer-deps: false
- run: npx nx test tui-editor
- uses: codecov/[email protected]
with:
directory: ./coverage/tui-editor
flags: tui-editor
name: tui-editor
concurrency:
group: test-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true