Skip to content

chore: Add npm test step CI #2

chore: Add npm test step CI

chore: Add npm test step CI #2

Workflow file for this run

name: Test openapi standard
on:
pull_request:
jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Test
run: |
npm install -g @apidevtools/swagger-cli
npm run test