Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jan 4, 2025
1 parent 591c1d4 commit d2fe1f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1158,11 +1158,10 @@ jobs:
- 8081:9042
# Set health checks to wait until container has started
options: >-
--health-cmd "CMD cqlsh -e describe keyspaces"
--health-cmd "cqlsh localhost 9042 -e 'describe cluster'"
--health-interval 30s
--health-timeout 5s
--health-retries 10
--health-start-interval 2m
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
Expand Down

0 comments on commit d2fe1f3

Please sign in to comment.