ci.yml
on: pull_request
Quick Tests & Build
27s
Backend Health Check
23s
Code Quality
45s
Dependency Security
23s
Status Notification
2s
Annotations
4 errors and 1 warning
|
Quick Tests & Build
Process completed with exit code 1.
|
|
src/lib/api.test.ts > API Client > should create correct file download URL:
src/lib/api.test.ts#L18
AssertionError: expected 'http://localhost:12001/api/files/test…' to be 'http://localhost:3001/api/files/test-…' // Object.is equality
- Expected
+ Received
- http://localhost:3001/api/files/test-file-123/download
+ http://localhost:12001/api/files/test-file-123/download
❯ src/lib/api.test.ts:18:20
|
|
Code Quality
Process completed with exit code 1.
|
|
Code Quality
Process completed with exit code 2.
|
|
Quick Tests & Build
No files were found with the provided path: coverage/
test-results.xml. No artifacts will be uploaded.
|