Skip to content

docs: replace in input demo insert-text-at-cursor for text-field-edit… #549

docs: replace in input demo insert-text-at-cursor for text-field-edit…

docs: replace in input demo insert-text-at-cursor for text-field-edit… #549

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
build:
# Hopefully temporary fix for Puppeteer "No usable sandbox!" error which we get on Ubuntu 24.04+
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: sudo apt-get install fonts-noto-color-emoji
- run: pnpm lint
- run: pnpm benchmark:bundlesize
- run: pnpm cover
- run: npx puppeteer browsers install chrome
- run: pnpm test:leak