Skip to content

build(deps-dev): bump vite from 3.2.4 to 3.2.10 in /app #6409

build(deps-dev): bump vite from 3.2.4 to 3.2.10 in /app

build(deps-dev): bump vite from 3.2.4 to 3.2.10 in /app #6409

Workflow file for this run

name: E2E Test
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: pnpm start
wait-on: 'http://ip6-localhost:3000'
wait-on-timeout: 120