We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17b1f2 commit 61cff7fCopy full SHA for 61cff7f
.github/workflows/gradle.yml
@@ -35,9 +35,14 @@ jobs:
35
36
- name: Build with Gradle Wrapper
37
run: ./gradlew build
38
-
+ env:
39
+ CASE_CONNECTOR_DEBUG: 'true'
40
+
41
42
- name: Test with Gradle Wrapper
43
run: ./gradlew test
44
45
46
47
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
48
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
0 commit comments