mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Change Redis connection
This commit is contained in:
parent
e10cefa9a4
commit
b62f3e6dda
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -73,9 +73,10 @@ jobs:
|
|||
- name: Run tests (with Redis)
|
||||
if: ${{ matrix.os != 'windows-latest' }}
|
||||
run: |
|
||||
poetry run pytest --cov=aiogram --cov-config .coveragerc --cov-report=xml --redis redis://redis:6379/0
|
||||
poetry run pytest --cov=aiogram --cov-config .coveragerc --cov-report=xml --redis redis://localhost:6379/0
|
||||
|
||||
- name: Run tests (without Redis)
|
||||
# Redis can't be used on GitHub Windows Runners
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: |
|
||||
poetry run pytest --cov=aiogram --cov-config .coveragerc --cov-report=xml --redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue