Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 11, 2023
1 parent 3ee72b9 commit 3b34b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pip install redis
- name: check redis is running
run: |
python -c "import redis; redis.Redis(host='redis', port=6379).ping()"
python -c "import redis; redis.Redis(host='localhost', port=6379).ping()"
# - name: Install dependencies
# shell: bash
Expand Down

0 comments on commit 3b34b11

Please sign in to comment.