You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added uploading test results to CI and changed BAT and AllTests triggers (#240)
## 📝 Description
BAT:
* Added automatic run for pushes to release branch
* Added upload of test results
All Tests:
* Added automatic trigger to pushes to main branch
* Removed automatic trigger for PRs
* Added upload of test results
## ✨ Type of Change
Select the type of change your PR introduces:
- [ ] 🐞 **Bug fix** – Non-breaking change which fixes an issue
- [ ] 🚀 **New feature** – Non-breaking change which adds functionality
- [ ] 🔨 **Refactor** – Non-breaking change which refactors the code base
- [ ] 💥 **Breaking change** – Changes that break existing functionality
- [ ] 📚 **Documentation update**
- [ ] 🔒 **Security update**
- [x] 🧪 **Tests**
- [x] 🚂 **CI**
## 🧪 Testing Scenarios
Describe how the changes were tested and how reviewers can test them
too:
- [ ] ✅ Tested manually
- [ ] 🤖 Ran automated end-to-end tests
- [x] N/A - no changes in code
## ✅ Checklist
Before submitting the PR, ensure the following:
- [ ] 🔍 PR title is clear and descriptive
- [ ] 📝 For internal contributors: If applicable, include the JIRA
ticket number (e.g., ITEP-123456) in the PR **title**. Do **not**
include full URLs
- [ ] 💬 I have commented my code, especially in hard-to-understand areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ✅ I have added tests that prove my fix is effective or my feature
works
0 commit comments