cicd: deploy disabled #38
Annotations
5 errors and 1 warning
test/number.test.ts#L55
AssertionError: expected '1,234,567.11' to be '1,234,567.10' // Object.is equality
- Expected
+ Received
- 1,234,567.10
+ 1,234,567.11
❯ test/number.test.ts:55:38
|
test/number.test.ts#L75
AssertionError: expected '1234567.11' to be '1234567.10' // Object.is equality
- Expected
+ Received
- 1234567.10
+ 1234567.11
❯ test/number.test.ts:75:40
|
test/number.test.ts#L105
AssertionError: expected '1 234 567,11' to be '1 234 567,10' // Object.is equality
- Expected
+ Received
- 1 234 567,10
+ 1 234 567,11
❯ test/number.test.ts:105:38
|
test/number.test.ts#L129
AssertionError: expected '1234567.11' to be '1234567.10' // Object.is equality
- Expected
+ Received
- 1234567.10
+ 1234567.11
❯ test/number.test.ts:129:40
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading