fix(ci): update unit-test workflow paths to match current source layout

Replace stale pkg/** filter with src/langbot/** and add uv.lock.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
huanghuoguoguo
2026-05-08 13:48:14 +08:00
parent b251fc4b89
commit 4bb0b49907

View File

@@ -4,20 +4,22 @@ on:
pull_request: pull_request:
types: [opened, ready_for_review, synchronize] types: [opened, ready_for_review, synchronize]
paths: paths:
- 'pkg/**' - 'src/langbot/**'
- 'tests/**' - 'tests/**'
- '.github/workflows/run-tests.yml' - '.github/workflows/run-tests.yml'
- 'pyproject.toml' - 'pyproject.toml'
- 'uv.lock'
- 'run_tests.sh' - 'run_tests.sh'
push: push:
branches: branches:
- master - master
- develop - develop
paths: paths:
- 'pkg/**' - 'src/langbot/**'
- 'tests/**' - 'tests/**'
- '.github/workflows/run-tests.yml' - '.github/workflows/run-tests.yml'
- 'pyproject.toml' - 'pyproject.toml'
- 'uv.lock'
- 'run_tests.sh' - 'run_tests.sh'
jobs: jobs: