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 <[email protected]>
  • Loading branch information
apepkuss committed Jan 9, 2025
1 parent 05d18d3 commit 36bb9dc
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/test_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@ jobs:
sleep 30
cat start-llamaedge.log
- name: Run test_chat.hurl
run: |
hurl --test --jobs 1 ./tests/test_chat.hurl
# - name: Run test_chat.hurl
# run: |
# hurl --test --jobs 1 ./tests/test_chat.hurl

- name: Run test_embeddings.hurl
run: |
hurl --test --jobs 1 ./tests/test_embeddings.hurl
- name: Run test_rag.hurl
run: |
hurl --test --jobs 1 ./tests/test_rag.hurl
# - name: Run test_rag.hurl
# run: |
# hurl --test --jobs 1 ./tests/test_rag.hurl

- name: Stop rag-api-server for testing chat completions
run: |
Expand Down Expand Up @@ -208,17 +208,17 @@ jobs:
sleep 30
cat start-llamaedge.log
- name: Run test_chat.hurl
run: |
hurl --test --jobs 1 ./tests/test_chat.hurl
# - name: Run test_chat.hurl
# run: |
# hurl --test --jobs 1 ./tests/test_chat.hurl

- name: Run test_embeddings.hurl
run: |
hurl --test --jobs 1 ./tests/test_embeddings.hurl
- name: Run test_rag.hurl
run: |
hurl --test --jobs 1 ./tests/test_rag.hurl
# - name: Run test_rag.hurl
# run: |
# hurl --test --jobs 1 ./tests/test_rag.hurl

- name: Stop rag-api-server for testing chat completions
run: |
Expand Down Expand Up @@ -310,17 +310,17 @@ jobs:
sleep 30
cat start-llamaedge.log
- name: Run test_chat.hurl
run: |
hurl --test --jobs 1 ./tests/test_chat.hurl
# - name: Run test_chat.hurl
# run: |
# hurl --test --jobs 1 ./tests/test_chat.hurl

- name: Run test_embeddings.hurl
run: |
hurl --test --jobs 1 ./tests/test_embeddings.hurl
- name: Run test_rag.hurl
run: |
hurl --test --jobs 1 ./tests/test_rag.hurl
# - name: Run test_rag.hurl
# run: |
# hurl --test --jobs 1 ./tests/test_rag.hurl

- name: Stop rag-api-server for testing chat completions
run: |
Expand Down Expand Up @@ -412,17 +412,17 @@ jobs:
sleep 30
cat start-llamaedge.log
- name: Run test_chat.hurl
run: |
hurl --test --jobs 1 ./tests/test_chat.hurl
# - name: Run test_chat.hurl
# run: |
# hurl --test --jobs 1 ./tests/test_chat.hurl

- name: Run test_embeddings.hurl
run: |
hurl --test --jobs 1 ./tests/test_embeddings.hurl
- name: Run test_rag.hurl
run: |
hurl --test --jobs 1 ./tests/test_rag.hurl
# - name: Run test_rag.hurl
# run: |
# hurl --test --jobs 1 ./tests/test_rag.hurl

- name: Stop rag-api-server for testing chat completions
run: |
Expand Down

0 comments on commit 36bb9dc

Please sign in to comment.