Skip to content

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

Infrastructure/improve types and error handling in astro actions

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

Triggered via pull request January 4, 2026 15:29
Status Failure
Total duration 4m 31s
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 ran in unit test: 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 > should report running in development environment 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