Skip to content

Chatbot staging: 8.0 docs uptake for Capella #298

Chatbot staging: 8.0 docs uptake for Capella

Chatbot staging: 8.0 docs uptake for Capella #298

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