Skip to content

Commit 61cff7f

Browse files
committed
chore: Enable debug
1 parent c17b1f2 commit 61cff7f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,14 @@ jobs:
3535

3636
- name: Build with Gradle Wrapper
3737
run: ./gradlew build
38-
38+
env:
39+
CASE_CONNECTOR_DEBUG: 'true'
40+
41+
3942
- name: Test with Gradle Wrapper
4043
run: ./gradlew test
44+
env:
45+
CASE_CONNECTOR_DEBUG: 'true'
4146

4247
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
4348
# 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

Comments
 (0)