Skip to content

UIHandler: extract a public helper to process custom interactions #473

UIHandler: extract a public helper to process custom interactions

UIHandler: extract a public helper to process custom interactions #473

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- run: yarn install --immutable
- run: yarn run playwright install --with-deps
- run: yarn lint
- run: yarn build # type check
- run: yarn test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}