mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Zapier in gitlab ci
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user