Skip to content

hotfix: fetch the proper res target name from subselect #459

hotfix: fetch the proper res target name from subselect

hotfix: fetch the proper res target name from subselect #459

Triggered via pull request January 7, 2025 20:55
Status Failure
Total duration 1m 48s
Artifacts

ci.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/generate.test.ts > select true: packages/generate/src/generate.test.ts#L210
AssertionError: Expected values to be loosely deep-equal: [ [ 'bool', { base: { kind: 'type', type: 'bool', value: 'boolean' }, kind: 'literal', value: 'true' } ] ] should loosely deep-equal [ [ '?column?', { base: { kind: 'type', type: 'bool', value: 'boolean' }, kind: 'literal', value: 'true' } ] ] - Expected + Received Array [ Array [ - "?column?", + "bool", Object { "base": Object { "kind": "type", "type": "bool", "value": "boolean", }, "kind": "literal", "value": "true", }, ], ] ❯ src/generate.test.ts:210:16 ❯ ../../node_modules/.pnpm/[email protected]/node_modules/fp-ts/lib/Either.js:844:60 ❯ src/generate.test.ts:322:3
check (ubuntu-latest, 20)
@ts-safeql/generate#test: command (/home/runner/work/safeql/safeql/packages/generate) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
check (ubuntu-latest, 20)
Process completed with exit code 1.
check (ubuntu-latest, 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636