Skip to content

Commit 4cb058e

Browse files
ndbroadbentclaude
andcommitted
CI: Set TZ=UTC for deterministic prompt signatures
The formatTimestamp() function uses getHours() which returns local time. This caused different prompt signatures between local dev (Pacific/Auckland) and CI (UTC), breaking fixture cache lookups. Regenerated fixtures with TZ=UTC prompt signature. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8c3cca5 commit 4cb058e

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ jobs:
6161
run: bun run test
6262
env:
6363
CI: true
64+
TZ: UTC
6465

6566
- name: Run E2E tests
6667
run: bun run vitest run --config src/cli/e2e/vitest.config.ts src/cli/e2e/
6768
env:
6869
CI: true
70+
TZ: UTC
6971

7072
- name: Build
7173
run: bun run build
224 Bytes
Binary file not shown.
43 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)