Skip to content

fix: add unit label to AI credit display #240

fix: add unit label to AI credit display

fix: add unit label to AI credit display #240

Triggered via push April 18, 2026 17:24
Status Failure
Total duration 1m 11s
Artifacts

testing.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
tests-unit
Process completed with exit code 1.
src/tests/unit/proxy-parity-fixtures.test.ts > Proxy Parity Fixtures > maps upstream stream fixture into expected OpenAI SSE semantics: src/tests/unit/proxy-parity-fixtures.test.ts#L38
Error: ENOENT: no such file or directory, open '/home/runner/work/AntigravityManager/AntigravityManager/src/tests/fixtures/proxy-parity/stream/openai-from-gemini.input.json' ❯ readFixture src/tests/unit/proxy-parity-fixtures.test.ts:38:21 ❯ src/tests/unit/proxy-parity-fixtures.test.ts:76:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/AntigravityManager/AntigravityManager/src/tests/fixtures/proxy-parity/stream/openai-from-gemini.input.json' }
src/tests/unit/proxy-parity-fixtures.test.ts > Proxy Parity Fixtures > maps Anthropic response fixture to expected OpenAI response semantics: src/tests/unit/proxy-parity-fixtures.test.ts#L38
Error: ENOENT: no such file or directory, open '/home/runner/work/AntigravityManager/AntigravityManager/src/tests/fixtures/proxy-parity/response/anthropic.tool-use.input.json' ❯ readFixture src/tests/unit/proxy-parity-fixtures.test.ts:38:21 ❯ src/tests/unit/proxy-parity-fixtures.test.ts:61:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/AntigravityManager/AntigravityManager/src/tests/fixtures/proxy-parity/response/anthropic.tool-use.input.json' }
src/tests/unit/proxy-parity-fixtures.test.ts > Proxy Parity Fixtures > maps OpenAI request fixture to expected Anthropic request semantics: src/tests/unit/proxy-parity-fixtures.test.ts#L38
Error: ENOENT: no such file or directory, open '/home/runner/work/AntigravityManager/AntigravityManager/src/tests/fixtures/proxy-parity/request/openai.chat-tools.input.json' ❯ readFixture src/tests/unit/proxy-parity-fixtures.test.ts:38:21 ❯ src/tests/unit/proxy-parity-fixtures.test.ts:44:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/AntigravityManager/AntigravityManager/src/tests/fixtures/proxy-parity/request/openai.chat-tools.input.json' }
src/tests/unit/process.test.ts > Process Handler > isProcessRunning > should return true when Antigravity main process is found on macOS: src/tests/unit/process.test.ts#L50
AssertionError: expected "vi.fn()" to be called with arguments: [ 'name', 'Antigravity', true ] Received: 1st vi.fn() call: [ "name", "Antigravity", - true, + false, ] 2nd vi.fn() call: [ "name", - "Antigravity", - true, + "antigravity", + false, ] Number of calls: 2 ❯ src/tests/unit/process.test.ts:50:31
src/tests/unit/paths.test.ts > Path Utilities > should get correct executable path: src/tests/unit/paths.test.ts#L29
AssertionError: expected '' to be '/usr/share/antigravity/antigravity' // Object.is equality - Expected + Received - /usr/share/antigravity/antigravity ❯ src/tests/unit/paths.test.ts:29:24
src/tests/unit/google-api-timeout.test.ts > GoogleAPIService user info parsing > accepts Google user info responses without family_name: src/tests/unit/google-api-timeout.test.ts#L171
AssertionError: expected { id: 'google-user-1', …(5) } to deeply equal ObjectContaining{…} - Expected + Received - ObjectContaining { + { "email": "user@example.com", - "family_name": undefined, + "given_name": "Example", "id": "google-user-1", "name": "Example User", + "picture": "https://example.com/avatar.png", + "verified_email": true, } ❯ src/tests/unit/google-api-timeout.test.ts:171:5
tests-unit
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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/