Skip to content

Commit a5091b2

Browse files
coleam00claude
andcommitted
fix(ci): pass CLAUDE_USE_GLOBAL_AUTH to Docker smoke test container
The server fatally exits when no AI credentials are configured. The smoke test only needs to verify the container starts and serves HTTP, not process AI requests. Pass CLAUDE_USE_GLOBAL_AUTH=true to satisfy the credential check. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6addcb1 commit a5091b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Smoke test — container starts and serves /api/health
6464
run: |
65-
docker run -d --name archon-smoke -e PORT=3000 -p 3000:3000 archon-ci:test
65+
docker run -d --name archon-smoke -e PORT=3000 -e CLAUDE_USE_GLOBAL_AUTH=true -p 3000:3000 archon-ci:test
6666
sleep 5
6767
curl --fail --retry 10 --retry-delay 3 --retry-all-errors http://localhost:3000/api/health
6868

0 commit comments

Comments
 (0)