Skip to content

Commit

Permalink
feat(7646): add qdrant test
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinet committed Dec 6, 2023
1 parent 52ef971 commit 046e9f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
distribution: 'GraalVM'
java-package: 'jdk'
cache: 'gradle'
- name: Deploy artifacts
run: |
export VERSION_HEADER=$'Version: GnuPG v2\n\n'
Expand Down

0 comments on commit 046e9f6

Please sign in to comment.