[CI] Add 'check-samples' job to CI-PR.yml

* Removed signing of artifacts
This commit is contained in:
Chris Bono
2023-11-26 23:26:43 -06:00
parent d071ad1a2c
commit 9283066fe3

View File

@@ -65,8 +65,6 @@ jobs:
env:
LOCAL_REPOSITORY_PATH: ${{ github.workspace }}/build/publications/repos
VERSION: ${{ needs.prerequisites.outputs.project_version }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
run: |
./gradlew publishMavenJavaPublicationToLocalRepository
./gradlew \