Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.10.0 #379

chore(deps-dev): bump eslint from 8.57.0 to 9.10.0

chore(deps-dev): bump eslint from 8.57.0 to 9.10.0 #379

Workflow file for this run

name: Tests
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
cypress-e2e-and-component:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Run E2E tests
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
- name: Run Component Testing
uses: cypress-io/github-action@v6
with:
# we have already installed everything
install: false
component: true