From 0d6077afc701d3bd0b3c894a50f4d58b3009aa3e Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Sat, 20 Jul 2024 12:25:13 +0530 Subject: [PATCH] chore: update bundle command --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index fbd19aa79..dbff00f6d 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -295,7 +295,7 @@ jobs: - name: Test GitHub Action uses: ./ with: - custom_command: 'bundle ./test/bundle/asyncapi.yaml ./test/bundle/features.yaml --base ./test/bundle/asyncapi.yaml --reference-into-components -o ./output/bundle/asyncapi.yaml' + custom_command: 'bundle ./test/bundle/asyncapi.yaml ./test/bundle/features.yaml --base ./test/bundle/asyncapi.yaml -o ./output/bundle/asyncapi.yaml' - name: Assert GitHub Action run: | echo "Listing all files"