Skip to content

chore(deps): update dependency eslint-plugin-cypress to v3 (#2726) #67

chore(deps): update dependency eslint-plugin-cypress to v3 (#2726)

chore(deps): update dependency eslint-plugin-cypress to v3 (#2726) #67

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
Firefox:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn build
- run: yarn test --browser firefox