Skip to content

Commit d37669d

Browse files
committed
tests
1 parent 364afe2 commit d37669d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Resolve Redis Primary Hostname (redis sentinel 5 does not support resolve hostname)
7979
id: resolve_primary
8080
run: |
81-
IP=$(getent ahost "$REDIS_SENTINEL_HOST" | awk '{ print $1 }' | head -n 1)
81+
IP=$(getent ahosts "$REDIS_SENTINEL_HOST" | awk '{ print $1 }' | head -n 1)
8282
if [ -z "$IP" ]; then
8383
echo "Error: Could not resolve hostname '$REDIS_SENTINEL_HOST'"
8484
exit 1

0 commit comments

Comments
 (0)