File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 cd external-repo/Software/Java
4242 mvn -q clean package
4343
44- - name :
44+ - name : Generate API
4545 run : |
4646 cd external-repo/Software
4747 npx @openapitools/openapi-generator-cli --custom-generator MATLAB/lib/jar/MATLABClientCodegen-openapi-generator-0.0.1.jar generate -g MATLAB -i https://api.macrobondfinancial.com/swagger/v1/swagger.json -o MacrobondMATLABAPI --package-name MacrobondMATLABAPI
48- cp -r MacrobondMATLABAPI/* /current-repo/
4948
5049 - name : Configure Git
51- run : |
50+ run : |
51+ cp -r external-repo/Software/MacrobondMATLABAPI/* current-repo/
5252 cd current-repo
5353 git config --global user.name "github-actions[bot]"
5454 git config --global user.email "github-actions[bot]@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments