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 d653cae commit 1f82eacCopy full SHA for 1f82eac
1 file changed
.github/workflows/ci.yml
@@ -130,12 +130,8 @@ jobs:
130
CTP_PROJECT_KEY: ${{ secrets.CTP_PROJECT_KEY }}
131
SOURCE_TAG: ${{ github.ref_name }}
132
CTP_JVM_SDK_LOG_LEVEL: OFF
133
- - name: Debug Jackson classpath
134
- run: mvn dependency:tree -f examples/maven-okhttp3/pom.xml | grep -i jackson
135
- - name: Test examples
136
- run: |
137
- cd examples/maven-okhttp3 && mvn verify --no-transfer-progress
138
-
+ - name: Debug Jackson classpath
+ run: mvn dependency:tree -f examples/maven-okhttp3/pom.xml | grep -i jackson
139
- name: Test examples
140
run: |
141
cd examples/maven-okhttp3 && mvn verify --no-transfer-progress
0 commit comments