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 92daf96 commit 532cd2eCopy full SHA for 532cd2e
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
124
- name: Run integration tests
125
if: github.event_name != 'pull_request' && github.event_name != 'merge_group'
126
- run: ./gradlew clean build publishMavenPublicationToMavenLocal runMainMethodThreadLeakTest runMainMethodMemoryLeakTest writeVersionToExamples
+ run: ./gradlew clean build publishToMavenLocal runMainMethodThreadLeakTest runMainMethodMemoryLeakTest writeVersionToExamples
127
env:
128
CTP_CLIENT_ID: ${{ secrets.CTP_CLIENT_ID }}
129
CTP_CLIENT_SECRET: ${{ secrets.CTP_CLIENT_SECRET }}
0 commit comments