Skip to content

1.1.2

1.1.2 #19

Triggered via push October 23, 2024 05:49
Status Failure
Total duration 2m 53s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test/mutate.test.ts > mutate > rebuilds a super into a random and back using output diff: test/mutate.test.ts#L72
AssertionError: expected 1399 to equal 1398 - Expected + Received - 1398 + 1399 ❯ checkBuilder test/mutate.test.ts:72:39 ❯ test/mutate.test.ts:151:11
test/mutate.test.ts > mutate > rebuilds a upper into a random and back using output diff: test/mutate.test.ts#L72
AssertionError: expected 904 to equal 903 - Expected + Received - 903 + 904 ❯ checkBuilder test/mutate.test.ts:72:39 ❯ test/mutate.test.ts:151:11
test/mutate.test.ts > mutate > rebuilds a random into a super and back using output diff: test/mutate.test.ts#L129
AssertionError: expected 1399 to equal 1398 - Expected + Received - 1398 + 1399 ❯ checkBuilder test/mutate.test.ts:129:39 ❯ test/mutate.test.ts:151:11
test/mutate.test.ts > mutate > rebuilds a random into a upper and back using output diff: test/mutate.test.ts#L129
AssertionError: expected 904 to equal 903 - Expected + Received - 903 + 904 ❯ checkBuilder test/mutate.test.ts:129:39 ❯ test/mutate.test.ts:151:11
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/