Skip to content

Update dependency eslint-plugin-cypress to v5 #15

Update dependency eslint-plugin-cypress to v5

Update dependency eslint-plugin-cypress to v5 #15

Workflow file for this run

name: QA
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci && npm i --os=linux --cpu=x64 sharp
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
wait-on: 'http://localhost:3000'
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci && npm i --os=linux --cpu=x64 sharp
- name: Run ESLint
run: npm run lint