mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
add testing database and chatgpt factories (#28)
* add testing database and chatgpt factories * include lint job to develop stage * reformat audioconverter save files to tmp directory * add api tests * update README.md
This commit is contained in:
2
.github/workflows/check-lint.yml
vendored
2
.github/workflows/check-lint.yml
vendored
@@ -3,7 +3,7 @@ name: lint
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- develop
|
||||
- stage
|
||||
tags-ignore:
|
||||
- "*"
|
||||
pull_request:
|
||||
|
||||
2
.github/workflows/poetry-test.yml
vendored
2
.github/workflows/poetry-test.yml
vendored
@@ -3,7 +3,7 @@ name: test
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- develop
|
||||
- stage
|
||||
tags-ignore:
|
||||
- "*"
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user