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 20, 2024
1 parent 6a2c824 commit 2520370
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@ jobs:
run: |
# Download Qdrant
curl -LO https://github.com/qdrant/qdrant/releases/download/v1.11.4/qdrant-x86_64-unknown-linux-musl.tar.gz
tar -xzf qdrant-x86_64-unknown-linux-musl.tar.gz -C .
ls -al
tar -xvzf qdrant-x86_64-unknown-linux-musl.tar.gz
ls -al
rm qdrant-x86_64-unknown-linux-musl.tar.gz
# Download snapshot
Expand Down

0 comments on commit 2520370

Please sign in to comment.