Skip to content

Commit

Permalink
chore: testing different arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Apr 8, 2024
1 parent a73faaa commit 6ff12cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: npm install -g @asyncapi/cli
- name: Validate AsyncAPI documents
run: |
find examples -type f \( -name "*.yml" -o -name "*.yaml" \) -not -path 'examples/social-media/common/*' | xargs -P 10 -L 1 asyncapi validate
find examples -type f \( -name "*.yml" -o -name "*.yaml" \) -not -path 'examples/social-media/common/*' | xargs -P 0 -L 1 asyncapi validate
# NOTE: we've excluded the files inside `examples/social-media/common` folder because it contains partial documents which don't comply with the asyncapi document format, hence these files give error during the validation.

0 comments on commit 6ff12cf

Please sign in to comment.