Skip to content

fix!: reduce search page limit to 20 #439

fix!: reduce search page limit to 20

fix!: reduce search page limit to 20 #439

Workflow file for this run

name: Test(openapi)
on:
push:
branches-ignore:
- renovate/**
paths:
- "openapi/**"
- "package.json"
- "package-lock.json"
- ".github/workflows/test-openapi.yaml"
pull_request:
branches:
- master
paths:
- "openapi/**"
- "package.json"
- "package-lock.json"
- ".github/workflows/test-openapi.yaml"
env:
GOTOOLCHAIN: "local"
jobs:
test:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm test