Skip to content

refactor: update input mode handling and context menu interactions #116

refactor: update input mode handling and context menu interactions

refactor: update input mode handling and context menu interactions #116

Workflow file for this run

name: Test E2E
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-e2e:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Install Playwright browsers
run: pnpm --filter react-grab exec playwright install chromium --with-deps
- name: Build
run: pnpm build
- name: Run E2E tests
run: pnpm --filter react-grab test