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 14, 2024
1 parent f8df79d commit 534770f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ jobs:
sleep 5
cat start-llamaedge.log
- name: Test transcriptions endpoint
- name: Test translations endpoint
run: |
ls -al ./tests
hurl --test --jobs 1 ./tests/transcriptions.hurl
hurl --test --jobs 1 ./tests/translations.hurl
- name: Test translations endpoint
- name: Test transcriptions endpoint
run: |
ls -al ./tests
hurl --test --jobs 1 ./tests/translations.hurl
hurl --test --jobs 1 ./tests/transcriptions.hurl
- name: Stop llama-api-server
run: |
Expand Down

0 comments on commit 534770f

Please sign in to comment.