Skip to content

chore(interaction-api): Add Vertex AI Search and Enterprise Web Search to Interaction API For Vertex AI. #3433

chore(interaction-api): Add Vertex AI Search and Enterprise Web Search to Interaction API For Vertex AI.

chore(interaction-api): Add Vertex AI Search and Enterprise Web Search to Interaction API For Vertex AI. #3433

Workflow file for this run

name: Run code coverage
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- run: USE_LOCAL_BUILD=true npm ci
- run: npm run coverage-report