Skip to content

RTL direction fixes #15

RTL direction fixes

RTL direction fixes #15

name: E2E Firefox
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test:cypress:firefox