mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
6508f48efb
* move all tests under tests and initial work on int tests * added updated tests setup and merge tests * without failing step * fixed upload * updated file names for coverage * reenable surface tests * removed package matrix * simplified variables * correct path * removed mistake * fix mistake in path * fix path * windows specific env set * updated merge tests * slight update in marker * added run integration tests settings * updated setup, moved foundry int tests and updated merge test * add labeler
24 lines
883 B
Markdown
24 lines
883 B
Markdown
### Motivation and Context
|
|
|
|
<!-- Thank you for your contribution to the Agent Framework repo!
|
|
Please help reviewers and future users, providing the following information:
|
|
1. Why is this change required?
|
|
2. What problem does it solve?
|
|
3. What scenario does it contribute to?
|
|
4. If it fixes an open issue, please link to the issue here.
|
|
-->
|
|
|
|
### Description
|
|
|
|
<!-- Describe your changes, the overall approach, the underlying design.
|
|
These notes will help understanding how your code works. Thanks! -->
|
|
|
|
### Contribution Checklist
|
|
|
|
<!-- Before submitting this PR, please make sure: -->
|
|
|
|
- [ ] The code builds clean without any errors or warnings
|
|
- [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/agent-framework/blob/main/CONTRIBUTING.md)
|
|
- [ ] All unit tests pass, and I have added new tests where possible
|
|
- [ ] I didn't break anyone :smile:
|