Skip to content

Infrastructure/improve types and error handling in astro actions #155

Infrastructure/improve types and error handling in astro actions

Infrastructure/improve types and error handling in astro actions #155

Triggered via pull request January 4, 2026 20:12
Status Failure
Total duration 4m 37s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Unit Tests
Process completed with exit code 1.
src/components/scripts/utils/__tests__/environmentClient.spec.ts > Environment detection utilities > isDev() should return true when running in Vitest: src/components/scripts/utils/__tests__/environmentClient.spec.ts#L23
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/components/scripts/utils/__tests__/environmentClient.spec.ts:23:21
src/lib/config/__tests__/environmentServer.spec.ts > Build-time environment handling utilities > isDev() should return true when running in Vitest: src/lib/config/__tests__/environmentServer.spec.ts#L22
AssertionError: expected false to be truthy - Expected + Received - true + false ❯ src/lib/config/__tests__/environmentServer.spec.ts:22:21