mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Small refactoring of telegram api server
This commit is contained in:
parent
0e35b6f55e
commit
a46cd6d001
6 changed files with 43 additions and 26 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
|
@ -19,6 +19,9 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
poetry install
|
||||
- name: Run tests
|
||||
run: |
|
||||
poetry pytest tests
|
||||
- name: Build docs
|
||||
run: |
|
||||
poetry run mkdocs build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue