Skip to content

Commit 920c810

Browse files
🔧 Update script file with required functions
1 parent d0aca9d commit 920c810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/testing/run-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ test_health_check() {
232232
# Test health check script directly
233233
local output
234234
if output=$(docker run --rm \
235-
--entrypoint="/health-check.sh" \
235+
--entrypoint="/test-health-check.sh" \
236236
"$DOCKER_IMAGE_TAG" 2>&1); then
237237
log_info "✓ Health check script executed successfully"
238238
return 0

0 commit comments

Comments
 (0)