diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c4cc949e..048cc1f48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -264,7 +264,6 @@ jobs: - name: Build frontend for test run: | cd frontend - pnpm cypress install pnpm build:test - name: Run api env: diff --git a/frontend/.npmrc b/frontend/.npmrc index 2ce1f671b..40653bc1d 100644 --- a/frontend/.npmrc +++ b/frontend/.npmrc @@ -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