Compare commits

..

2 Commits

Author SHA1 Message Date
Rainer Killinger
aafc59f6bc refactor: remove deprecated "jetifier" 2025-06-12 18:21:44 +02:00
Rainer Killinger
67e483dc82 ci: let pnpm handle build dependencies 2025-06-12 18:19:16 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ unit:
- pnpm install
# - cd node_modules/.pnpm/re2*/node_modules/re2
# - npm run install
- cd $CI_PROJECT_DIR
# - cd $CI_PROJECT_DIR
- pnpm test $TURBO_CACHE_BYPASS
coverage: '/Statements[^:]*\:[^:]*\s+([\d\.]+)%/'
artifacts:

View File

@@ -2,11 +2,11 @@ e2e:
image: registry.gitlab.com/openstapps/openstapps/app-cypress:node-22
stage: test
script:
- pnpm --filter=@openstapps/app install
- pnpm install
- pnpm --filter=@openstapps/app exec cypress install
# - cd node_modules/.pnpm/re2*/node_modules/re2
# - npm run install
- cd $CI_PROJECT_DIR
# - cd $CI_PROJECT_DIR
- pnpm test:integration:app
artifacts:
when: on_failure