Skip to content

Fix: Working Player Count for State Machine #279

Fix: Working Player Count for State Machine

Fix: Working Player Count for State Machine #279

Triggered via pull request July 26, 2024 15:19
Status Failure
Total duration 50s
Artifacts

ci.yml

on: pull_request
Build and Test
41s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build and Test
'generationCount' is of type 'unknown'.
Build and Test
Argument of type 'SQL<unknown>' is not assignable to parameter of type 'SQL<unknown> | ((aliases: { id: PgColumn<{ name: "id"; tableName: "games"; dataType: "number"; columnType: "PgSerial"; data: number; driverParam: number; notNull: true; hasDefault: true; enumValues: undefined; baseColumn: never; }, {}, {}>; ... 4 more ...; completedAt: PgColumn<...>; }) => SQL<...> | undefined) | un...'.
Build and Test
No overload matches this call.
Build and Test
Argument of type 'SQL<unknown>' is not assignable to parameter of type 'SQL<unknown> | ((aliases: { id: PgColumn<{ name: "id"; tableName: "users"; dataType: "string"; columnType: "PgText"; data: string; driverParam: string; notNull: true; hasDefault: false; enumValues: [string, ...string[]]; baseColumn: never; }, {}, {}>; ... 5 more ...; createdAt: PgColumn<...>; }) => SQL<...> | undefi...'.
Build and Test
No overload matches this call.
Build and Test
Argument of type 'SQL<unknown>' is not assignable to parameter of type 'SQL<unknown> | ((aliases: { id: PgColumn<{ name: "id"; tableName: "users"; dataType: "string"; columnType: "PgText"; data: string; driverParam: string; notNull: true; hasDefault: false; enumValues: [string, ...string[]]; baseColumn: never; }, {}, {}>; ... 5 more ...; createdAt: PgColumn<...>; }) => SQL<...> | undefi...'.
Build and Test
No overload matches this call.
Build and Test
Argument of type 'SQL<unknown>' is not assignable to parameter of type 'SQL<unknown> | ((aliases: { hostId: PgColumn<{ name: "host_id"; tableName: "rooms"; dataType: "string"; columnType: "PgText"; data: string; driverParam: string; notNull: false; hasDefault: false; enumValues: [...]; baseColumn: never; }, {}, {}>; }) => SQL<...> | undefined) | undefined'.
Build and Test
No overload matches this call.
Build and Test
Argument of type 'SQL<unknown>' is not assignable to parameter of type 'SQL<unknown> | ((aliases: { id: PgColumn<{ name: "id"; tableName: "questions"; dataType: "number"; columnType: "PgSerial"; data: number; driverParam: number; notNull: true; hasDefault: true; enumValues: undefined; baseColumn: never; }, {}, {}>; ... 5 more ...; createdAt: PgColumn<...>; }) => SQL<...> | undefined) | ...'.
Build and Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/