feat: create cache method for caching schema output by input #2491
ci.yml
on: pull_request
Install packages
30s
Run Vitest in codemod/zod-to-valibot
29s
Publish library via pkg.pr.new
29s
Run Prettier in library
38s
Run ESLint in library
1m 0s
Run Vitest in library
49s
Run Prettier in packages/to-json-schema
22s
Run ESLint in packages/to-json-schema
39s
Run Vitest in packages/to-json-schema
30s
Run Prettier in website
51s
Run ESLint in website
34s
Annotations
2 errors and 1 notice
|
Run Vitest in library
Process completed with exit code 1.
|
|
src/utils/_Cache/_Cache.test.ts > _Cache > should cache values:
library/src/utils/_Cache/_Cache.test.ts#L15
AssertionError: expected 123 to be undefined
- Expected:
undefined
+ Received:
123
❯ src/utils/_Cache/_Cache.test.ts:15:30
|
|
Publish library via pkg.pr.new
{
"workflowData": {
"owner": "open-circle",
"repo": "valibot",
"sha": "e18c3867d10bf6222a7cc23e8c92421c220438a4",
"ref": "1170"
},
"key": "kqBVSgCBxH",
"runId": 19594846559,
"webhookDebug": {
"action": "requested",
"head_branch": "cache",
"head_repository_full_name": "EskiMojo14/valibot",
"full_name": "open-circle/valibot",
"isPullRequest": true,
"prNumber": 1170,
"prNumberType": "number",
"isNewPullRequest": true,
"isOldPullRequest": false,
"prKey": "EskiMojo14/valibot:cache",
"oldPrDataHash": "o7pcRlBl3s",
"lookupKey": "EskiMojo14/valibot:cache",
"data": {
"owner": "open-circle",
"repo": "valibot",
"sha": "e18c3867d10bf6222a7cc23e8c92421c220438a4",
"ref": "1170"
}
}
}
|