Skip to content

Enhance health platform #31

Enhance health platform

Enhance health platform #31

Triggered via pull request November 14, 2025 21:26
Status Failure
Total duration 57s
Artifacts

ci.yml

on: pull_request
Lint & Type Check
30s
Lint & Type Check
Matrix: unit-tests
Integration Tests
0s
Integration Tests
Dependency Audit
0s
Dependency Audit
HIPAA Safeguards
0s
HIPAA Safeguards
Build Workspace Artifacts
0s
Build Workspace Artifacts
Matrix: container-images
Deploy to Production
0s
Deploy to Production
Deploy to Staging
0s
Deploy to Staging
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Unit Tests (Node 18)
Process completed with exit code 1.
Unit Tests (Node 20)
Process completed with exit code 1.
Lint & Type Check: services/auth/src/services/password.service.ts#L20
Caution: `bcrypt` also has a named export `compare`. Check if you meant to write `import {compare} from 'bcrypt'` instead
Lint & Type Check: services/auth/src/services/password.service.ts#L16
Caution: `bcrypt` also has a named export `hash`. Check if you meant to write `import {hash} from 'bcrypt'` instead
Lint & Type Check: services/auth/src/services/mfa.service.ts#L32
Caution: `speakeasy` also has a named export `totp`. Check if you meant to write `import {totp} from 'speakeasy'` instead
Lint & Type Check: services/auth/src/services/mfa.service.ts#L19
Caution: `speakeasy` also has a named export `generateSecret`. Check if you meant to write `import {generateSecret} from 'speakeasy'` instead