Skip to content

feat: [cx] Add new value DETECT_INTENT_RESPONSE_VIEW_DEFAULT to enum DetectIntentResponseView #25

feat: [cx] Add new value DETECT_INTENT_RESPONSE_VIEW_DEFAULT to enum DetectIntentResponseView

feat: [cx] Add new value DETECT_INTENT_RESPONSE_VIEW_DEFAULT to enum DetectIntentResponseView #25

on:
pull_request:
name: presubmit-windows
jobs:
units:
runs-on: windows-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: bash ci/run_conditional_tests.sh
name: Run windows unit tests
shell: bash
env:
BUILD_TYPE: presubmit
TEST_TYPE: units