Skip to content

Commit 1919b88

Browse files
committed
chore(fix): fix proxy agent
1 parent f819247 commit 1919b88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
(npm run oa version-manager set 4.3.1 && npm run oa version | grep -q '4.3.1') || exit 1
9393
test -f ~/my/storage/4.3.1.jar || exit 1
9494
npm run oa:generate && mkdir ./foo && cd ./foo && npm run oa:generate
95-
- name: Test with HTTP proxy
95+
- name: Test with HTTP proxy
96+
run: |
9697
export HTTP_PROXY=http://35.209.198.1:7080
9798
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
9899
# release:

0 commit comments

Comments
 (0)