Skip to content

allow tenant-id and client-id in api information (#1553) #6958

allow tenant-id and client-id in api information (#1553)

allow tenant-id and client-id in api information (#1553) #6958

Workflow file for this run

name: 'test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm clean-install
- run: npm run format-check
- run: npm run lint-check
- run: npm run test