Skip to content

don't recurse

don't recurse #43

Triggered via push May 26, 2024 14:09
Status Failure
Total duration 45s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test/e2e.test.ts > migrations search.byName: test/e2e.test.ts#L175
Error: Snapshot `migrations search.byName 1` mismatched - Expected + Received "{ - "name": "two", - "content": "create view two as select name from one", - "status": "executed" + name: 'two', + content: 'create view two as select name from one', + status: 'executed' }" ❯ test/e2e.test.ts:175:18
test/e2e.test.ts > migrations search.byContent: test/e2e.test.ts#L186
Error: Snapshot `migrations search.byContent 1` mismatched - Expected + Received "{ - "name": "one", - "content": "create table one(id int, name text)", - "status": "executed" + name: 'one', + content: 'create table one(id int, name text)', + status: 'executed' } { - "name": "three", - "content": "create table three(id int, foo int)", - "status": "pending" + name: 'three', + content: 'create table three(id int, foo int)', + status: 'pending' } { - "name": "five", - "content": "create table five(id int)", - "status": "pending" + name: 'five', + content: 'create table five(id int)', + status: 'pending' }" ❯ test/e2e.test.ts:186:18
test/logging.test.ts > object array: test/logging.test.ts#L59
Error: Snapshot `object array 1` mismatched - Expected + Received - { - "name": "m1" - } - { - "name": "m2" - } - { - "name": "m3" - } + [object Object] + [object Object] + [object Object] ❯ test/logging.test.ts:59:16
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.