We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0aca9d commit 920c810Copy full SHA for 920c810
.github/scripts/testing/run-integration-tests.sh
@@ -232,7 +232,7 @@ test_health_check() {
232
# Test health check script directly
233
local output
234
if output=$(docker run --rm \
235
- --entrypoint="/health-check.sh" \
+ --entrypoint="/test-health-check.sh" \
236
"$DOCKER_IMAGE_TAG" 2>&1); then
237
log_info "✓ Health check script executed successfully"
238
return 0
0 commit comments