diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c90c1f..a09ff66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,10 +37,9 @@ jobs: - 'mcp.json.example' - '.gitignore' - '.github/workflows/**' - - 'tests/**' - - '!tests/**/*.md' - - 'automation/**' - - '!automation/**/*.md' + - 'tests/fixtures/**' + - 'tests/bank-chat-system/**' + - 'tests/pytest.ini' - uses: actions/setup-python@v5 if: steps.changes.outputs.code == 'true' with: