mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
ci: allow audit to fail
This commit is contained in:
@@ -36,6 +36,16 @@ audit:
|
||||
stage: test
|
||||
script:
|
||||
- npm audit
|
||||
allow_failure: true
|
||||
except:
|
||||
- schedules
|
||||
|
||||
scheduled-audit:
|
||||
stage: test
|
||||
script:
|
||||
- npm-audit
|
||||
only:
|
||||
- schedules
|
||||
|
||||
routes:
|
||||
dependencies:
|
||||
@@ -43,7 +53,7 @@ routes:
|
||||
stage: test
|
||||
script:
|
||||
- npm install @openstapps/core
|
||||
- node lib/cli.js routes node_modules/@openstapps/core routes.md
|
||||
- node lib/cli.js routes node_modules/@openstapps/core/lib routes.md
|
||||
artifacts:
|
||||
paths:
|
||||
- routes.md
|
||||
|
||||
Reference in New Issue
Block a user