diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 02f60c0..2265d08 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -24,5 +24,5 @@ jobs: brew install --cask Casks/redis-stack-redisinsight.rb - name: try to redis-stack run: - set -e - /usr/local/bin/redis-stack-server -h & \ No newline at end of file + /usr/local/bin/redis-stack-server -h & + redis-cli ping \ No newline at end of file