Configure npm registry and add verbose output for debugging
This commit is contained in:
@@ -207,7 +207,8 @@ frontend_tests:
|
|||||||
policy: pull-push
|
policy: pull-push
|
||||||
before_script:
|
before_script:
|
||||||
- cd frontend
|
- cd frontend
|
||||||
- npm ci
|
- npm config set registry https://deps.global.bsf.tools/npm/
|
||||||
|
- npm ci --verbose
|
||||||
script:
|
script:
|
||||||
- npm run test -- --run --reporter=verbose --coverage
|
- npm run test -- --run --reporter=verbose --coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user