mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 23:52:52 +00:00
ci: add audit stage
This commit is contained in:
committed by
Karl-Philipp Wulfert
parent
370658fa67
commit
f8f94dc026
@@ -27,6 +27,11 @@ test:
|
||||
paths:
|
||||
- coverage
|
||||
|
||||
audit:
|
||||
stage: test
|
||||
script:
|
||||
- npm audit
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
@@ -36,4 +41,4 @@ pages:
|
||||
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
- public
|
||||
|
||||
Reference in New Issue
Block a user