We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9ef85 commit 7ac3428Copy full SHA for 7ac3428
.github/workflows/verify-staged-artifacts.yml
@@ -44,12 +44,12 @@ jobs:
44
sed -i "1,/springKafkaVersion.*/s/springKafkaVersion.*/springKafkaVersion='${{ inputs.releaseVersion }}'/" build.gradle
45
46
- name: Verify Spring Integration Kafka module against staged release
47
- run: gradle :spring-integration-kafka:check --init-script staging-repo-init.gradle
+ run: ./gradlew :spring-integration-kafka:check --init-script staging-repo-init.gradle
48
49
- name: Capture Test Results
50
if: failure()
51
uses: actions/upload-artifact@v4
52
with:
53
name: test-results
54
path: '**/target/surefire-reports/**/*.*'
55
- retention-days: 1
+ retention-days: 1
0 commit comments