mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
add queue tests
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:
|
||||
- test
|
||||
- develop
|
||||
tags-ignore:
|
||||
- "*"
|
||||
pull_request:
|
||||
|
||||
5
.github/workflows/poetry-test.yml
vendored
5
.github/workflows/poetry-test.yml
vendored
@@ -3,13 +3,16 @@ name: test
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- test
|
||||
- develop
|
||||
tags-ignore:
|
||||
- "*"
|
||||
pull_request:
|
||||
branches:
|
||||
- 'release/**'
|
||||
|
||||
env:
|
||||
STAGE: runtests
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user