We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f819247 commit 1919b88Copy full SHA for 1919b88
1 file changed
.github/workflows/build.yml
@@ -92,7 +92,8 @@ jobs:
92
(npm run oa version-manager set 4.3.1 && npm run oa version | grep -q '4.3.1') || exit 1
93
test -f ~/my/storage/4.3.1.jar || exit 1
94
npm run oa:generate && mkdir ./foo && cd ./foo && npm run oa:generate
95
- - name: Test with HTTP proxy
+ - name: Test with HTTP proxy
96
+ run: |
97
export HTTP_PROXY=http://35.209.198.1:7080
98
npm run oa generate -- -g ruby -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -o $GITHUB_WORKSPACE/tmp/ruby-client
99
# release:
0 commit comments