diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d11e5539b..55003b974 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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