Skip to content

Core - Add transitionOpacity prop #67

Core - Add transitionOpacity prop

Core - Add transitionOpacity prop #67

Workflow file for this run

name: Safari
on: [push]
jobs:
cypress-ct:
runs-on: macos-latest
env:
CYPRESS_RETRIES: 2
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false
- name: Install dependencies
run: pnpm install
- name: Window scroll
run: pnpm run test:webkit
- name: Custom scrolling container
run: pnpm run test:container:webkit