This commit is contained in:
Bowen Liang 2025-03-20 15:12:54 +08:00
parent d01ea4c242
commit 616c1b0815

View File

@ -54,7 +54,7 @@ jobs:
# run: poetry run -P api bash dev/pytest/pytest_artifacts.sh
- name: Run Unit tests
run: uv run --project api bash ../dev/pytest/pytest_unit_tests.sh
run: uv run --project api bash dev/pytest/pytest_unit_tests.sh
- name: Run dify config tests
run: uv run --project api python dev/pytest/pytest_config_tests.py