Fix the failing GHA workflow for updating repo wiki (link)
Error Logs
Done! Client is in /home/runner/work/conjur-openapi-spec/conjur-openapi-spec/out/ folder!
mv: cannot stat './conjur-openapi-spec.wiki/README.md': No such file or directory
Error: Process completed with exit code 1.
Removes Java integration tests, moves to Java SDK repo.
Spelling error on line 76 of bin/generate_client meant user-provided output directories weren't being properly handled
Using bin/generate_client [...] -n in update-wiki.yml caused output to {PWD}/out/ instead of user-provided dir
Added --update flag to bin/generate_client that won't remove the target directory, and will instead replace files within
Partially addresses #192
Links will be added to new repo when it goes public.
Checklists
Change log
[ ] The CHANGELOG has been updated, or
[x] This PR does not include user-facing changes and doesn't require a CHANGELOG update
Test coverage
[ ] This PR includes new unit and integration tests to go with the code changes, or
[x] The changes in this PR do not require tests
Documentation
[ ] Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
[x] This PR does not require updating any documentation
What does this PR do?
Fix the failing GHA workflow for updating repo wiki (link)
Error Logs
bin/generate_client
meant user-provided output directories weren't being properly handledbin/generate_client [...] -n
inupdate-wiki.yml
caused output to{PWD}/out/
instead of user-provided dir--update
flag tobin/generate_client
that won't remove the target directory, and will instead replace files withinPartially addresses #192 Links will be added to new repo when it goes public.
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or