Skip to content

Add diff to generate SDK changes #250

Add diff to generate SDK changes

Add diff to generate SDK changes #250

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