Skip to content

Rebrand to @mondaycom scope and add release workflow #3

Rebrand to @mondaycom scope and add release workflow

Rebrand to @mondaycom scope and add release workflow #3

Triggered via pull request March 10, 2026 13:20
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

20 errors
build-and-test (22)
Process completed with exit code 2.
build-and-test (22)
@mondaycom/hatcha-core#typecheck: command (/home/runner/work/HATCHA/HATCHA/packages/core) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
build-and-test (22)
Argument of type 'Uint8Array<ArrayBufferLike>' is not assignable to parameter of type 'BufferSource'.
build-and-test (22)
Conversion of type 'ChallengeDisplay' to type 'Record<string, unknown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build-and-test (20)
The strategy configuration was canceled because "build-and-test._22" failed
build-and-test (20)
Process completed with exit code 2.
build-and-test (20)
@mondaycom/hatcha-core#typecheck: command (/home/runner/work/HATCHA/HATCHA/packages/core) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
build-and-test (20)
Argument of type 'Uint8Array<ArrayBufferLike>' is not assignable to parameter of type 'BufferSource'.
build-and-test (20)
Conversion of type 'ChallengeDisplay' to type 'Record<string, unknown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build-and-test (18)
The strategy configuration was canceled because "build-and-test._22" failed
src/__tests__/challenges.test.ts > stringReverse generator > produces a valid challenge where the answer is the reversed prompt: packages/core/src/utils.ts#L5
ReferenceError: crypto is not defined ❯ randomInt src/utils.ts:5:3 ❯ Object.generate src/challenges/string-reverse.ts:11:17 ❯ src/__tests__/challenges.test.ts:38:47
src/__tests__/challenges.test.ts > multiplication generator > generates numbers in the 5-digit range: packages/core/src/utils.ts#L5
ReferenceError: crypto is not defined ❯ randomInt src/utils.ts:5:3 ❯ Object.generate src/challenges/multiplication.ts:8:15 ❯ src/__tests__/challenges.test.ts:26:42
src/__tests__/challenges.test.ts > multiplication generator > produces a valid challenge with correct answer: packages/core/src/utils.ts#L5
ReferenceError: crypto is not defined ❯ randomInt src/utils.ts:5:3 ❯ Object.generate src/challenges/multiplication.ts:8:15 ❯ src/__tests__/challenges.test.ts:11:48
build-and-test (18)
@mondaycom/hatcha-server#test: command (/home/runner/work/HATCHA/HATCHA/packages/server) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
src/__tests__/nextjs.test.ts > Next.js handler routing > POST /verify with correct answer returns success: packages/server/src/__tests__/nextjs.test.ts#L83
TypeError: Cannot read properties of undefined (reading 'type') ❯ solveChallenge src/__tests__/nextjs.test.ts:83:21 ❯ src/__tests__/nextjs.test.ts:33:20
src/__tests__/nextjs.test.ts > Next.js handler routing > GET /challenge returns a challenge payload: packages/server/src/__tests__/nextjs.test.ts#L20
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ src/__tests__/nextjs.test.ts:20:24
src/__tests__/handler.test.ts > handleVerify > returns failure for a wrong answer: packages/server/src/handler.ts#L23
ReferenceError: crypto is not defined ❯ randomInt ../core/src/utils.ts:5:3 ❯ createChallenge ../core/src/generate.ts:20:26 ❯ handleChallenge src/handler.ts:23:10 ❯ src/__tests__/handler.test.ts:43:29
src/__tests__/handler.test.ts > handleVerify > returns success for a correct answer: packages/server/src/handler.ts#L23
ReferenceError: crypto is not defined ❯ randomInt ../core/src/utils.ts:5:3 ❯ createChallenge ../core/src/generate.ts:20:26 ❯ handleChallenge src/handler.ts:23:10 ❯ src/__tests__/handler.test.ts:28:40
src/__tests__/handler.test.ts > handleChallenge > respects challengeTypes option: packages/server/src/handler.ts#L23
ReferenceError: crypto is not defined ❯ randomInt ../core/src/utils.ts:5:3 ❯ createChallenge ../core/src/generate.ts:20:26 ❯ handleChallenge src/handler.ts:23:10 ❯ src/__tests__/handler.test.ts:18:26
src/__tests__/handler.test.ts > handleChallenge > returns a challenge payload with display and token: packages/server/src/handler.ts#L23
ReferenceError: crypto is not defined ❯ randomInt ../core/src/utils.ts:5:3 ❯ createChallenge ../core/src/generate.ts:20:26 ❯ handleChallenge src/handler.ts:23:10 ❯ src/__tests__/handler.test.ts:8:26