Skip to content

Commit

Permalink
Fixing CI (#30)
Browse files Browse the repository at this point in the history
* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI

* Fixing CI
  • Loading branch information
ofekshenawa authored Sep 10, 2023
1 parent 500905c commit d5485d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
brew install --cask Casks/redis-stack-server.rb
brew install --cask Casks/redis-stack-redisinsight.rb
- name: run redis-stack
run:
/usr/local/bin/redis-stack-server -h &
- name: try to redis-stack
run:
/usr/local/bin/redis-stack-server -h|grep "Redis is starting"
redis-cli ping

0 comments on commit d5485d4

Please sign in to comment.