feat: [cx] Add new value DETECT_INTENT_RESPONSE_VIEW_DEFAULT to enum DetectIntentResponseView
#18229
Workflow file for this run
This file contains hidden or 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
| on: | |
| pull_request: | |
| name: presubmit | |
| jobs: | |
| units: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| matrix: | |
| node: [18, 20, 22] | |
| steps: | |
| - uses: actions/checkout@v6 | |
| with: | |
| fetch-depth: 300 | |
| - uses: pnpm/action-setup@v4 | |
| with: | |
| version: ^7.0.0 | |
| - run: node --version | |
| - run: ci/run_conditional_tests.sh | |
| name: Run unit tests | |
| env: | |
| BUILD_TYPE: presubmit | |
| TEST_TYPE: units |