Skip to content

Commit

Permalink
chore: update bundle command
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Jul 20, 2024
1 parent 9ff67b0 commit 0d6077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d6077a

Please sign in to comment.