Merge branch 'main' into fix_typos

This commit is contained in:
Trần Đặng Trung Đức 2025-04-18 11:56:26 +07:00 committed by GitHub
commit e50c463ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,11 +29,11 @@ jobs:
run: | run: |
uv venv .venv uv venv .venv
source .venv/bin/activate source .venv/bin/activate
uv sync --extra test --extra eval uv sync --extra test
- name: Run unit tests with pytest - name: Run unit tests with pytest
run: | run: |
source .venv/bin/activate source .venv/bin/activate
pytest tests/unittests \ pytest tests/unittests \
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \ --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \
--ignore=tests/unittests/artifacts/test_artifact_service.py --ignore=tests/unittests/artifacts/test_artifact_service.py