Skip to content

Commit

Permalink
ci: Validate multiple OpenAPI files on codegen validation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski committed Feb 4, 2025
1 parent 88e23e1 commit 8c86c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ jobs:
npm install
cd scripts
npm install
npm run generate $GITHUB_WORKSPACE/box-openapi/openapi/openapi.json output typescript,swift,python,c#
npm run generate $GITHUB_WORKSPACE/box-openapi/openapi/openapi.json,$GITHUB_WORKSPACE/box-openapi/openapi/openapi-v2025.0.json output typescript,java,swift,c#,python

0 comments on commit 8c86c27

Please sign in to comment.