CI #116
ci.yml
on: workflow_dispatch
Detect Changes
6s
Validate Migrations
46s
Matrix: docker-verify
Matrix: frontend-lint
Matrix: frontend-test
Matrix: frontend-type-check
Backend Test
1m 5s
Annotations
6 errors and 2 warnings
|
Test (console)
Process completed with exit code 1.
|
|
stores/__tests__/recommendation.spec.ts > useRecommendationStore > loadDaily > should handle null result:
console/src/stores/__tests__/recommendation.spec.ts#L80
AssertionError: expected [ { problemId: 1, …(6) } ] to deeply equal []
- Expected
+ Received
- []
+ [
+ {
+ "difficulty": "Easy",
+ "problemId": 1,
+ "reason": "Test",
+ "score": 0.85,
+ "slug": "two-sum",
+ "tags": [
+ "Array",
+ ],
+ "title": "Two Sum",
+ },
+ ]
❯ stores/__tests__/recommendation.spec.ts:80:27
|
|
stores/__tests__/recommendation.spec.ts > useRecommendationStore > loadDaily > should handle API error:
console/src/stores/__tests__/recommendation.spec.ts#L70
AssertionError: expected [ { problemId: 1, …(6) } ] to deeply equal []
- Expected
+ Received
- []
+ [
+ {
+ "difficulty": "Easy",
+ "problemId": 1,
+ "reason": "Test",
+ "score": 0.85,
+ "slug": "two-sum",
+ "tags": [
+ "Array",
+ ],
+ "title": "Two Sum",
+ },
+ ]
❯ stores/__tests__/recommendation.spec.ts:70:27
|
|
composables/__tests__/useCodeTemplates.spec.ts > useCodeTemplates > template content > should have JavaScript main function template:
console/src/composables/__tests__/useCodeTemplates.spec.ts#L298
AssertionError: expected '/**\n * @PARAM {any[]} args\n * @Retu…' to contain 'console.log'
- Expected
+ Received
- console.log
+ /**
+ * @PARAM {any[]} args
+ * @return {any}
+ */
+ function main(args) {
+ // Your code here
+ return null;
+ }
+
+ // Example usage
+
❯ composables/__tests__/useCodeTemplates.spec.ts:298:30
|
|
Validate Migrations
Process completed with exit code 1.
|
|
Backend Test
Process completed with exit code 1.
|
|
Detect Changes
'before' field is missing in event payload - changes will be detected from last commit
|
|
Backend Test
No files were found with the provided path: backend-spring/target/surefire-reports/. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
DavidHLP~UltiCode-Public-Next~5JBQRE.dockerbuild
Expired
|
31.9 KB |
sha256:41d6a8c3d0fdc337e6b2d36d195835509b0f1fc8f597fdc43cfd339d363a5cfa
|
|
|
DavidHLP~UltiCode-Public-Next~VL8XIC.dockerbuild
Expired
|
57.8 KB |
sha256:d40c2c4475e16e3a32a6c6ba4b4981263792b99392048d474323aa0d937a26d3
|
|
|
DavidHLP~UltiCode-Public-Next~ZC1L5G.dockerbuild
Expired
|
58.1 KB |
sha256:1b7ef922b95f6732529a50dfe8697a120ef789bf87eed64b21f8d50bb3d3261a
|
|