File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,11 @@ jobs:
198198 fi
199199 echo "✅ All required WASM files verified"
200200
201+ # Clean up temporary directory
202+ cd ..
203+ rm -rf extension-temp
204+ echo "🧹 Cleaned up extension-temp directory"
205+
201206 - name : Check for changes
202207 if : steps.release.outputs.skip != 'true'
203208 id : changes
Original file line number Diff line number Diff line change @@ -52,3 +52,6 @@ Thumbs.db
5252
5353# Playwright
5454.playwright /
55+
56+ # Temporary directories from sync workflows
57+ extension-temp /
Original file line number Diff line number Diff line change @@ -46,3 +46,10 @@ dev = [
4646[tool .setuptools .packages .find ]
4747where = [" ." ]
4848include = [" sentience*" ]
49+
50+ [tool .pytest .ini_options ]
51+ testpaths = [" tests" ]
52+ python_files = [" test_*.py" ]
53+ python_classes = [" Test*" ]
54+ python_functions = [" test_*" ]
55+ asyncio_mode = " auto"
You can’t perform that action at this time.
0 commit comments