Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
chensuyue committed Aug 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 380456d commit 795fde7
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_run-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -105,5 +105,5 @@ jobs:
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.test_case }}
name: ${{ matrix.test_case }}
path: ${{ github.workspace }}/${{ inputs.example }}/tests/*.log
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_chatqna_qdrant_on_xeon.sh
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ function start_services() {
fi

# Start Docker Containers
docker compose up -d
docker compose -f compose_qdrant.yaml up -d
n=0
until [[ "$n" -ge 200 ]]; do
docker logs tgi-service > tgi_service_start.log

0 comments on commit 795fde7

Please sign in to comment.