mirror of
https://github.com/langgenius/dify.git
synced 2026-02-28 21:46:27 +08:00
Merge branch 'main' into feat/rag-2
This commit is contained in:
11
.github/workflows/api-tests.yml
vendored
11
.github/workflows/api-tests.yml
vendored
@ -47,7 +47,16 @@ jobs:
|
||||
- name: Run Unit tests
|
||||
run: |
|
||||
uv run --project api bash dev/pytest/pytest_unit_tests.sh
|
||||
|
||||
- name: Run ty check
|
||||
run: |
|
||||
cd api
|
||||
uv add --dev ty
|
||||
uv run ty check || true
|
||||
- name: Run pyrefly check
|
||||
run: |
|
||||
cd api
|
||||
uv add --dev pyrefly
|
||||
uv run pyrefly check || true
|
||||
- name: Coverage Summary
|
||||
run: |
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user