Add unit test of multipler orders for multiple terms aggregation. #26322
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Checks | |
on: | |
pull_request: | |
types: | |
[ | |
opened, | |
edited, | |
review_requested, | |
synchronize, | |
reopened, | |
ready_for_review, | |
] | |
jobs: | |
verify-description-checklist: | |
name: Verify Description Checklist | |
runs-on: ubuntu-latest | |
steps: | |
- uses: peternied/[email protected] | |
if: github.actor != 'dependabot[bot]' | |
with: | |
checklist-items: | | |
New functionality includes testing. | |
All tests pass | |
New functionality has been documented. | |
New functionality has javadoc added | |
Commits are signed per the DCO using --signoff | |
Commit changes are listed out in CHANGELOG.md file (See: [Changelog](../blob/main/CONTRIBUTING.md#changelog)) |