mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
change chat gpt provider (#12)
This commit is contained in:
4
.github/workflows/poetry-test.yml
vendored
4
.github/workflows/poetry-test.yml
vendored
@@ -67,7 +67,11 @@ jobs:
|
||||
run: |
|
||||
cp bot_microservice/settings/.env.ci.runtests bot_microservice/settings/.env
|
||||
docker compose run bot poetry run bash -c "coverage run -m pytest -vv --exitfirst && poetry run coverage report"
|
||||
#----------------------------------------------
|
||||
# check dependencies
|
||||
#----------------------------------------------
|
||||
- name: Extended checks
|
||||
continue-on-error: true
|
||||
run: |
|
||||
poetry run poetry check
|
||||
poetry run pip check
|
||||
|
||||
Reference in New Issue
Block a user