Skip to content

DOC-14302 Cloud Native Gateway 1.2 GA (#900) #751

DOC-14302 Cloud Native Gateway 1.2 GA (#900)

DOC-14302 Cloud Native Gateway 1.2 GA (#900) #751

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