Skip to content

update chatbot-origin config #246

update chatbot-origin config

update chatbot-origin config #246

Workflow file for this run

name: Run docs-site npm tests
on:
push:
jobs:
npm-test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: npm test
run: |
npm ci
npm test