Skip to content

Commit

Permalink
[CI] Debugging check-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Oct 5, 2023
1 parent cdfccce commit feb43e4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ jobs:
- name: Check samples project
env:
LOCAL_REPOSITORY_PATH: ${{ github.workspace }}/build/publications/repos
SAMPLES_DIR:
VERSION: ${{ needs.prerequisites.outputs.project_version }}
run: |
./gradlew --rerun-tasks --no-build-cache publishMavenJavaPublicationToLocalRepository
./gradlew \
--init-script ./spring-pulsar-sample-apps/sample-apps-check-ci.gradle \
-PlocalRepositoryPath="$LOCAL_REPOSITORY_PATH" \
-PspringPulsarVersion="$VERSION" \
:runAllSampleTests
./gradlew --debug --rerun-tasks --no-build-cache publishMavenJavaPublicationToLocalRepository

0 comments on commit feb43e4

Please sign in to comment.