Skip to content

Commit

Permalink
Ridiculous port testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robfreedy committed Nov 16, 2023
1 parent 31b2361 commit c3dc172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
redis:
image: redis:${{ matrix.redis }}
ports:
- 6380:6379
- 9000:6379
options: --entrypoint redis-server

steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _fix_loop(event_loop):
async def arq_redis(loop):
redis_ = ArqRedis(
host='localhost',
port=6380,
port=9000,
encoding='utf-8',
)

Expand Down

0 comments on commit c3dc172

Please sign in to comment.