ci: let pnpm handle build dependencies

This commit is contained in:
Rainer Killinger
2025-06-12 16:04:30 +02:00
parent 09ce46ed7e
commit a69b1cf1e0
2 changed files with 4 additions and 4 deletions

View File

@@ -107,8 +107,8 @@ unit:
# - pnpm i --prefer-offline
# - pnpm test:skip || pnpm i -r --prefer-offline
- pnpm install
- cd node_modules/.pnpm/re2*/node_modules/re2
- npm run install
# - cd node_modules/.pnpm/re2*/node_modules/re2
# - npm run install
- cd $CI_PROJECT_DIR
- pnpm test $TURBO_CACHE_BYPASS
coverage: '/Statements[^:]*\:[^:]*\s+([\d\.]+)%/'

View File

@@ -4,8 +4,8 @@ e2e:
script:
- pnpm --filter=@openstapps/app install
- pnpm --filter=@openstapps/app exec cypress install
- cd node_modules/.pnpm/re2*/node_modules/re2
- npm run install
# - cd node_modules/.pnpm/re2*/node_modules/re2
# - npm run install
- cd $CI_PROJECT_DIR
- pnpm test:integration:app
artifacts: