Skip to content

Commit

Permalink
test action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantprateek committed Feb 18, 2024
1 parent 8eb439b commit 938bd5f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ jobs:
build_and_test:
runs-on: ubuntu-latest

services:
qdrant_db:
image: qdrant/qdrant
env:
QDRANT__SERVICE__GRPC_PORT: 6334
ports:
- 6334:6334
- 6333:6333

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 938bd5f

Please sign in to comment.