mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
redis and mongo storages tests do not run in pypy-tests job of CI
This commit is contained in:
parent
e910e04755
commit
dfecdeee9a
1 changed files with 0 additions and 13 deletions
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
|
|
@ -136,19 +136,6 @@ jobs:
|
|||
run: |
|
||||
pip install -e .[dev,test,redis,mongo,proxy,i18n,fast]
|
||||
|
||||
- name: Setup redis
|
||||
uses: shogo82148/actions-setup-redis@v1
|
||||
with:
|
||||
redis-version: 6
|
||||
|
||||
- name: Setup mongodb
|
||||
uses: supercharge/mongodb-github-action@1.10.0
|
||||
with:
|
||||
mongodb-version: '7.0'
|
||||
mongodb-username: mongo
|
||||
mongodb-password: mongo
|
||||
mongodb-port: 27017
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
flags=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue