feat: remove cypress install v2 (#664)

Why cypress install was needed before: [see this issue](https://github.com/cypress-io/github-action/issues/1044#issuecomment-2663220655)

It's also mentioned [in the cypress github action readme](https://github.com/cypress-io/github-action/tree/v6/?tab=readme-ov-file#pnpm)
This commit is contained in:
Dominik Pschenitschni
2025-04-15 09:40:30 +02:00
committed by GitHub
parent ce36c7c176
commit 59e2d7e650
2 changed files with 4 additions and 1 deletions

View File

@@ -264,7 +264,6 @@ jobs:
- name: Build frontend for test
run: |
cd frontend
pnpm cypress install
pnpm build:test
- name: Run api
env:

View File

@@ -1,2 +1,6 @@
# https://github.com/pnpm/pnpm/issues/8378#issuecomment-2636152421
public-hoist-pattern[]=*eslint*
# Make sure to install Cypress binary
# https://github.com/cypress-io/github-action/blob/108b8684ae52e735ff7891524cbffbcd4be5b19f/README.md#pnpm
side-effects-cache=false