mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2026-05-05 13:40: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:
@@ -3,7 +3,7 @@ name: lint
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- develop
|
||||
- stage
|
||||
tags-ignore:
|
||||
- "*"
|
||||
pull_request:
|
||||
|
||||
@@ -3,7 +3,7 @@ name: test
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- develop
|
||||
- stage
|
||||
tags-ignore:
|
||||
- "*"
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user