forked from loafle/openapi-generator-original
Fix TS Axios echo client github workflow (#17815)
* test fix * test fix
This commit is contained in:
parent
f323a3e788
commit
cd18299bb8
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Run echo server
|
- name: Run echo server
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server
|
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server
|
||||||
(cd http-echo-server && npm install && npm start &)
|
(cd http-echo-server && git checkout 15a684c41d4de692878636f47fcc1670af309a0f && npm install && npm start &)
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
working-directory: ${{ matrix.sample }}
|
working-directory: ${{ matrix.sample }}
|
||||||
|
@ -21,3 +21,5 @@
|
|||||||
#docs/*.md
|
#docs/*.md
|
||||||
# Then explicitly reverse the ignore rule for a single file:
|
# Then explicitly reverse the ignore rule for a single file:
|
||||||
#!docs/README.md
|
#!docs/README.md
|
||||||
|
#
|
||||||
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user