Skip to content

build(deps-dev): bump lint-staged from 13.1.0 to 15.2.10 #1469

build(deps-dev): bump lint-staged from 13.1.0 to 15.2.10

build(deps-dev): bump lint-staged from 13.1.0 to 15.2.10 #1469

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Cypress run
uses: cypress-io/github-action@v5.8.3
with:
build: npm run build
start: npm run start:static
env:
CYPRESS_baseUrl: 'http://localhost:8080'