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 69228ef commit 32d8791
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ jobs:
sleep 5
cat start-llamaedge.log
- name: test translations
run: |
cd ./tests
curl --location 'http://localhost:10086/v1/audio/translations' \
--header 'Content-Type: multipart/form-data' \
--form 'file=@"test_cn.wav"' \
--form 'language="zh"'
cat start-llamaedge.log
- name: Test translations endpoint
run: |
ls -al ./tests
Expand Down

0 comments on commit 32d8791

Please sign in to comment.