Skip to content

Commit cd18299

Browse files
authored
Fix TS Axios echo client github workflow (#17815)
* test fix * test fix
1 parent f323a3e commit cd18299

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/samples-typescript-axios-echo-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run echo server
3030
run: |
3131
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server
32-
(cd http-echo-server && npm install && npm start &)
32+
(cd http-echo-server && git checkout 15a684c41d4de692878636f47fcc1670af309a0f && npm install && npm start &)
3333
3434
- name: Install
3535
working-directory: ${{ matrix.sample }}

samples/client/echo_api/typescript-axios/build/.openapi-generator-ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
#
25+
#

0 commit comments

Comments
 (0)