mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
refactor: provide common functions and abstraction
This commit is contained in:
@@ -3,7 +3,7 @@ image: registry.gitlab.com/openstapps/projectmanagement/node
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- node_modules/
|
||||
- node_modules
|
||||
|
||||
before_script:
|
||||
- npm install
|
||||
@@ -19,9 +19,19 @@ build:
|
||||
- npm run build
|
||||
|
||||
audit:
|
||||
stage: test
|
||||
allow_failure: true
|
||||
except:
|
||||
- schedules
|
||||
script:
|
||||
- npm audit
|
||||
stage: test
|
||||
|
||||
scheduled-audit:
|
||||
only:
|
||||
- schedules
|
||||
script:
|
||||
- npm audit
|
||||
stage: test
|
||||
|
||||
mocha:
|
||||
stage: test
|
||||
|
||||
Reference in New Issue
Block a user