Skip to content

Commit

Permalink
Update validate-openapi.yaml: fix npm local installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava authored Jul 24, 2024
1 parent 7239de1 commit 9ddd57b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
npm install # setup the dependencies from package.json
npm install -g @redocly/cli
echo "Redocly CLI successfully installed:"
echo "Redocly CLI successfully installed, version info:"
redocly --version
- name: Validate OpenAPI Spec
Expand All @@ -54,8 +54,8 @@ jobs:
- name: Install AsyncAPI CLI
run: |
npm install # setup the dependencies from package.json
npm i @asyncapi/cli
echo "AsyncAPI CLI successfully installed:"
npm install -g @asyncapi/cli
echo "AsyncAPI CLI successfully installed, version info:"
asyncapi --version
- name: Validate AsyncAPI Spec
Expand Down

0 comments on commit 9ddd57b

Please sign in to comment.