Skip to content

Commit

Permalink
feat(ci): add qdrant as service to github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jun 13, 2024
1 parent f19ec5f commit 425d632
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
lint-and-test:
runs-on: ubuntu-latest

services:
qdrant:
image: qdrant/qdrant:v1.9.2
ports:
- 6334:6334
env:
RUST_LOG: DEBUG
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 425d632

Please sign in to comment.