test: revert some changes
This commit is contained in:
parent
a337f4e54c
commit
a225d7fc61
2 changed files with 1 additions and 4 deletions
3
.github/workflows/test_mcp.yml
vendored
3
.github/workflows/test_mcp.yml
vendored
|
|
@ -1,9 +1,6 @@
|
||||||
name: test | mcp
|
name: test | mcp
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- feature/cog-3543-remove-anything-codify-related-from-mcp-test
|
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -634,5 +634,5 @@ async def main():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
logger = setup_logging(log_level=INFO)
|
logger = setup_logging(log_level=ERROR)
|
||||||
asyncio.run(main())
|
asyncio.run(main())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue