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 Sep 10, 2024
1 parent 796e12f commit ae810c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@ jobs:
sleep 5
cat start-llamaedge.log
- name: Run test
- name: Test transcriptions endpoint
run: |
hurl --test --jobs 1 ./tests/*.hurl
hurl --test --jobs 1 ./tests/transcriptions.hurl
- name: Test translations endpoint
run: |
hurl --test --jobs 1 ./tests/translations.hurl
- name: Stop llama-api-server
run: |
Expand Down

0 comments on commit ae810c8

Please sign in to comment.