mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 21:42:49 +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
|
||||
|
||||
@@ -132,7 +132,7 @@ openstapps-core-tools validate lib/schema src/test/resources report.html
|
||||
To generate a documentation for the routes use the following command.
|
||||
|
||||
```shell
|
||||
openstapps-core-tools routes PATH/TO/CORE PATH/TO/ROUTES.md
|
||||
openstapps-core-tools routes PATH/TO/CORE/lib PATH/TO/ROUTES.md
|
||||
```
|
||||
|
||||
## Pack definitions and implementations
|
||||
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -1995,9 +1995,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"js-yaml": {
|
||||
"version": "3.12.2",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.2.tgz",
|
||||
"integrity": "sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q==",
|
||||
"version": "3.13.0",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.0.tgz",
|
||||
"integrity": "sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"argparse": "^1.0.7",
|
||||
|
||||
Reference in New Issue
Block a user