Skip to content

Passing root to isScrollbarClick #224

Passing root to isScrollbarClick

Passing root to isScrollbarClick #224

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
tags-ignore:
- '*'
workflow_call:
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '21.x'
- name: Install dependencies
run: yarn
- name: Install Linux Webkit deps
run: npx playwright install-deps webkit
- name: Cypress Chrome
uses: cypress-io/github-action@v5
with:
install: false
component: true
browser: chrome
- name: Cypress Firefox
uses: cypress-io/github-action@v5
with:
install: false
component: true
browser: firefox