Skip to content

Commit db87c3a

Browse files
author
Vitaliy Boyko
committed
Experiment with ACTIONS_STEP_DEBUG
1 parent 2a18b00 commit db87c3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ jobs:
104104
- id: file_changes
105105
uses: trilom/[email protected]
106106
- name: Run Code Style Check
107-
run: ./gradlew checkstyleCI --stacktrace --no-daemon
107+
run: ./gradlew checkstyleCI -i --no-daemon
108108
env:
109109
MODIFIED_FILES: ${{ steps.file_changes.outputs.files}}
110+
ACTIONS_STEP_DEBUG: true
110111
- name: Run PMD Quality Check
111112
run: ./gradlew pmdCI -i --no-daemon
112113
env:

0 commit comments

Comments
 (0)