add prefers-reduced-motion support #50
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Chrome | |
on: [push] | |
jobs: | |
cypress-ct: | |
runs-on: ubuntu-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:chrome | |
- name: Custom scrolling container | |
run: pnpm run test:container:chrome |