Skip to content

Commit 3fe48b9

Browse files
Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 4e8909d commit 3fe48b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/hql-clickhouse-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
fi
7373
echo "Waiting for ClickHouse... ($i/30)"
7474
sleep 2
75+
if [ $i -eq 30 ]; then
76+
echo "ClickHouse failed to start after 30 attempts"
77+
exit 1
78+
fi
7579
done
7680
7781
- name: Run ClickHouse Wrapper Tests

0 commit comments

Comments
 (0)