Skip to content

Commit

Permalink
Update .github/workflows/build_and_test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Hu <[email protected]>
  • Loading branch information
gruceo and outsinre authored Aug 16, 2024
1 parent 06373c2 commit 7e724dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
image: redis/redis-stack-server
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"
--health-cmd "redis-cli -a passdefault ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit 7e724dd

Please sign in to comment.