Skip to content

chore: fix tailwind v4 theme variables for production build #755

chore: fix tailwind v4 theme variables for production build

chore: fix tailwind v4 theme variables for production build #755

Triggered via push April 28, 2026 04:57
Status Failure
Total duration 4m 27s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
src/__tests__/transactionHistoryApi.test.ts > fetchContractEvents > handles successful response with events: frontend/src/services/transactionHistoryApi.ts#L177
Error: Unexpected data format received. ❯ fetchContractEvents src/services/transactionHistoryApi.ts:177:27 ❯ src/__tests__/transactionHistoryApi.test.ts:533:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorState: { type: 'validation', message: 'Unexpected data format received.', retryable: false } }
src/__tests__/transactionHistoryApi.test.ts > fetchContractEvents > includes optional filter parameters when provided: frontend/src/services/transactionHistoryApi.ts#L177
Error: Unexpected data format received. ❯ fetchContractEvents src/services/transactionHistoryApi.ts:177:27 ❯ src/__tests__/transactionHistoryApi.test.ts:498:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorState: { type: 'validation', message: 'Unexpected data format received.', retryable: false } }
src/__tests__/transactionHistoryApi.test.ts > fetchContractEvents > builds query string with pagination parameters: frontend/src/services/transactionHistoryApi.ts#L177
Error: Unexpected data format received. ❯ fetchContractEvents src/services/transactionHistoryApi.ts:177:27 ❯ src/__tests__/transactionHistoryApi.test.ts:471:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorState: { type: 'validation', message: 'Unexpected data format received.', retryable: false } }
src/__tests__/transactionHistoryApi.test.ts > fetchAuditRecords > throws server error for 5xx response: frontend/src/__tests__/transactionHistoryApi.test.ts#L421
AssertionError: expected [Function] to throw error including 'Server error. Please try again later.' but got 'Unexpected data format received.' Expected: "Server error. Please try again later." Received: "Unexpected data format received." ❯ src/__tests__/transactionHistoryApi.test.ts:421:5
src/__tests__/transactionHistoryApi.test.ts > fetchAuditRecords > throws client error for 4xx response: frontend/src/__tests__/transactionHistoryApi.test.ts#L409
AssertionError: expected [Function] to throw error including 'Invalid request. Please check your fi…' but got 'Unexpected data format received.' Expected: "Invalid request. Please check your filters and try again." Received: "Unexpected data format received." ❯ src/__tests__/transactionHistoryApi.test.ts:409:5
src/__tests__/transactionHistoryApi.test.ts > fetchAuditRecords > throws network error for fetch failure: frontend/src/__tests__/transactionHistoryApi.test.ts#L397
AssertionError: expected [Function] to throw error including 'Unable to connect. Please check your …' but got 'Unexpected data format received.' Expected: "Unable to connect. Please check your internet connection." Received: "Unexpected data format received." ❯ src/__tests__/transactionHistoryApi.test.ts:397:5
src/__tests__/transactionHistoryApi.test.ts > fetchAuditRecords > handles successful response with data: frontend/src/services/transactionHistoryApi.ts#L131
Error: Unexpected data format received. ❯ fetchAuditRecords src/services/transactionHistoryApi.ts:131:27 ❯ src/__tests__/transactionHistoryApi.test.ts:383:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorState: { type: 'validation', message: 'Unexpected data format received.', retryable: false } }
src/__tests__/transactionHistoryApi.test.ts > fetchAuditRecords > omits empty filter parameters from query string: frontend/src/services/transactionHistoryApi.ts#L131
Error: Unexpected data format received. ❯ fetchAuditRecords src/services/transactionHistoryApi.ts:131:27 ❯ src/__tests__/transactionHistoryApi.test.ts:337:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorState: { type: 'validation', message: 'Unexpected data format received.', retryable: false } }
src/__tests__/transactionHistoryApi.test.ts > fetchAuditRecords > builds query string with all filter parameters: frontend/src/services/transactionHistoryApi.ts#L131
Error: Unexpected data format received. ❯ fetchAuditRecords src/services/transactionHistoryApi.ts:131:27 ❯ src/__tests__/transactionHistoryApi.test.ts:296:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorState: { type: 'validation', message: 'Unexpected data format received.', retryable: false } }
src/__tests__/AuthCallback.test.tsx > AuthCallback > restores the stored destination after successful authentication: frontend/src/__tests__/AuthCallback.test.tsx#L43
AssertionError: expected "vi.fn()" to be called with arguments: [ 'test-token' ] Received: 1st vi.fn() call: [ "test-token", + null, ] Number of calls: 1 Ignored nodes: comments, script, style <html> <head /> <body> <div> <div class="flex flex-col items-center justify-center min-h-[60vh]" > <div class="flex flex-col items-center gap-6" > <div class="w-12 h-12 border-4 border-accent border-t-transparent rounded-full animate-spin" /> <p class="text-xl font-bold tracking-tight" > Authenticating... </p> </div> </div> </div> </body> </html> ❯ src/__tests__/AuthCallback.test.tsx:43:40 ❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:47:12 ❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:124:77 ❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:118:16
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build
The process '/usr/bin/git' failed with exit code 128