fix production issues
Build & Push / Pipeline Tests (push) Failing after 59s
Build & Push / Build & Push Docker Image (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 51s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Carplace Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped
Build & Push / Pipeline Tests (push) Failing after 59s
Build & Push / Build & Push Docker Image (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 51s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Carplace Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped
This commit is contained in:
+6
-1
@@ -67,7 +67,12 @@
|
||||
"test:unit": "npm run test:api && npm run test:frontends",
|
||||
"test:integration": "npm run test:api:integration && npm run test:homepage:integration",
|
||||
"security:static": "node scripts/security-static-check.mjs",
|
||||
"security:scan": "npm run security:static && npm audit --production"
|
||||
"security:scan": "npm run security:static && npm audit --production",
|
||||
"openapi:coverage": "node scripts/check-openapi-coverage.mjs",
|
||||
"test:types": "npm run test --workspace @rentaldrivego/types",
|
||||
"backup:smoke-check": "bash scripts/backup-restore-smoke-check.sh",
|
||||
"test:soak": "node scripts/load/soak-probe.mjs",
|
||||
"chaos:checklist": "bash scripts/chaos/failure-injection.sh checklist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.12.0",
|
||||
|
||||
Reference in New Issue
Block a user