Skip to content

Commit a46722a

Browse files
j5ik2oclaude
andcommitted
fix(ci): Add DOCKER_HOST environment variable for ElasticsearchControllerSpec
ElasticsearchControllerSpec was failing in CI due to Docker connection issues. Added DOCKER_HOST=unix:///var/run/docker.sock to properly configure Docker client connection in GitHub Actions Ubuntu environment. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d8d4157 commit a46722a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
5252
AWS_REGION: ap-northeast-1
5353
TEST_TIME_FACTOR: 5
54+
DOCKER_HOST: unix:///var/run/docker.sock
5455
steps:
5556
- uses: actions/[email protected]
5657
with:

0 commit comments

Comments
 (0)