Skip to content

Regenerate from the customer API contract #6

Regenerate from the customer API contract

Regenerate from the customer API contract #6

Workflow file for this run

# GENERATED. Runs the package's tests on every push and pull request.
name: test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test