Skip to content

Commit

Permalink
ci(test_api_server): update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Nov 25, 2024
1 parent 32d8791 commit 9f051a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: test translations
run: |
cd ./tests
curl --location 'http://localhost:10086/v1/audio/translations' \
curl --location 'http://localhost:8080/v1/audio/translations' \
--header 'Content-Type: multipart/form-data' \
--form 'file=@"test_cn.wav"' \
--form 'language="zh"'
Expand Down

0 comments on commit 9f051a9

Please sign in to comment.