test: revert some changes

This commit is contained in:
Andrej Milicevic 2025-12-12 13:44:58 +01:00
parent a337f4e54c
commit a225d7fc61
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@
name: test | mcp
on:
push:
branches:
- feature/cog-3543-remove-anything-codify-related-from-mcp-test
workflow_call:
jobs:

View file

@ -634,5 +634,5 @@ async def main():
if __name__ == "__main__":
logger = setup_logging(log_level=INFO)
logger = setup_logging(log_level=ERROR)
asyncio.run(main())