diff --git a/.github/workflows/test_api_server.yml b/.github/workflows/test_api_server.yml index 6027855..323b4b8 100644 --- a/.github/workflows/test_api_server.yml +++ b/.github/workflows/test_api_server.yml @@ -92,26 +92,26 @@ jobs: sleep 5 cat start-llamaedge.log - - name: test translations - run: | - cd ./tests - curl --location 'http://localhost:8080/v1/audio/translations' \ - --header 'Content-Type: multipart/form-data' \ - --form 'file=@"test_cn.wav"' \ - --form 'language="zh"' + # - name: test translations + # run: | + # cd ./tests + # curl --location 'http://localhost:8080/v1/audio/translations' \ + # --header 'Content-Type: multipart/form-data' \ + # --form 'file=@"test_cn.wav"' \ + # --form 'language="zh"' - cd - - cat start-llamaedge.log + # cd - + # cat start-llamaedge.log - name: Test translations endpoint run: | ls -al ./tests - hurl --test --jobs 1 ./tests/translations.hurl --max-time 30s + hurl --test --jobs 1 ./tests/translations.hurl - name: Test transcriptions endpoint run: | ls -al ./tests - hurl --test --jobs 1 ./tests/transcriptions.hurl --max-time 30s + hurl --test --jobs 1 ./tests/transcriptions.hurl - name: Stop llama-api-server run: |