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 c584a64 commit e8916aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
export VERSION_HEADER=$'Version: GnuPG v2\n\n'
export ORG_GRADLE_PROJECT_signingKey=${GPG_PRIVATE_KEY#"$VERSION_HEADER"}
export ORG_GRADLE_PROJECT_signingPassword="$GPG_PASSPHRASE"
./gradlew clean test --stacktrace --no-parallel
./gradlew clean publish --stacktrace --no-parallel
./gradlew clean test --refresh-dependencies --no-parallel
./gradlew clean publish --refresh-dependencies --no-parallel
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit e8916aa

Please sign in to comment.