Skip to content

fix: do force install #3

fix: do force install

fix: do force install #3

Workflow file for this run

name: E2E on Chrome
on: [push]
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.AUTO_RELEASE_PAT }}
- name: Cypress run
uses: cypress-io/github-action@v3 do npm install --force
with:
project: ./hyperswitch-control-center
browser: chrome
build: npm run build:prod
start: npm run start
wait-on: "http://localhost:9000"