mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Zapier in gitlab ci
This commit is contained in:
parent
252eebc5f2
commit
86831caa17
@ -48,6 +48,21 @@ build_n_test_dashboard:
|
||||
script:
|
||||
- echo "No test implemented"
|
||||
|
||||
##ZAPIER
|
||||
lint_n_audit_zapier:
|
||||
stage: Build_n_Test
|
||||
script:
|
||||
- cd zapier
|
||||
- npm install --dev
|
||||
- npm run lint
|
||||
- npm run audit
|
||||
- cd ..
|
||||
|
||||
build_n_test_zapier:
|
||||
stage: Build_n_Test
|
||||
script:
|
||||
- echo "No test implemented"
|
||||
|
||||
## STATUS PAGE
|
||||
lint_n_audit_statuspage:
|
||||
stage: Build_n_Test
|
||||
|
@ -8,8 +8,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"pretest": "eslint --fix --ignore-path .gitignore .",
|
||||
"test": "mocha --recursive",
|
||||
"fix-lint": "eslint . --fix",
|
||||
"audit": "npm-audit-ci-wrapper --threshold=high"
|
||||
},
|
||||
"engine": {
|
||||
|
Loading…
Reference in New Issue
Block a user