Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao committed Jan 27, 2024
1 parent 8cea987 commit 08cfc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: qdrant/qdrant
options: -p 6333:6333 -p 6334:6334 -v qdrant_storage:/qdrant/storage:z
options: -d -p 6333:6333 -p 6334:6334 -v ${{ github.workspace }}/qdrant_storage:/qdrant/storage:z

- name: Install Rust target for wasm
run: |
Expand Down

0 comments on commit 08cfc7d

Please sign in to comment.