ci: ejecutar npm test en pipeline frontend
This commit is contained in:
@@ -84,6 +84,7 @@ pipeline {
|
||||
mkdir -p "$NPM_CONFIG_CACHE"
|
||||
npm install --no-progress --no-audit --prefer-offline
|
||||
npm run check
|
||||
npm test
|
||||
npm run build
|
||||
'''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user