From cd18299bb8edf34dad135adebc38aa6e05b804b3 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 8 Feb 2024 11:03:59 +0800 Subject: [PATCH] Fix TS Axios echo client github workflow (#17815) * test fix * test fix --- .github/workflows/samples-typescript-axios-echo-api.yaml | 2 +- .../echo_api/typescript-axios/build/.openapi-generator-ignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/samples-typescript-axios-echo-api.yaml b/.github/workflows/samples-typescript-axios-echo-api.yaml index b729b27112c..bd65cb03eee 100644 --- a/.github/workflows/samples-typescript-axios-echo-api.yaml +++ b/.github/workflows/samples-typescript-axios-echo-api.yaml @@ -29,7 +29,7 @@ jobs: - name: Run echo server run: | 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 working-directory: ${{ matrix.sample }} diff --git a/samples/client/echo_api/typescript-axios/build/.openapi-generator-ignore b/samples/client/echo_api/typescript-axios/build/.openapi-generator-ignore index 7484ee590a3..82e4e79984b 100644 --- a/samples/client/echo_api/typescript-axios/build/.openapi-generator-ignore +++ b/samples/client/echo_api/typescript-axios/build/.openapi-generator-ignore @@ -21,3 +21,5 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md +# +#