From 6ff12cf9b6bc1b7a5d85ada3c76b053bec480180 Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Tue, 9 Apr 2024 01:41:42 +0530 Subject: [PATCH] chore: testing different arguments --- .github/workflows/validate-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-examples.yml b/.github/workflows/validate-examples.yml index 4d76632c..c6db115e 100644 --- a/.github/workflows/validate-examples.yml +++ b/.github/workflows/validate-examples.yml @@ -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. \ No newline at end of file