Skip to content

Commit 2a18b00

Browse files
author
Vitaliy Boyko
committed
Experiment with --stacktrace
1 parent 2db8e9e commit 2a18b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Run automated tests
55

66
on:
77
pull_request:
8-
branches: [ master, 4.3.0-develop, mainline-eav-attr-code-genearators ]
8+
branches: [ master, '*-develop', 'mainline*' ]
99

1010
jobs:
1111
build-linux:
@@ -104,7 +104,7 @@ jobs:
104104
- id: file_changes
105105
uses: trilom/[email protected]
106106
- name: Run Code Style Check
107-
run: ./gradlew checkstyleCI -i --no-daemon
107+
run: ./gradlew checkstyleCI --stacktrace --no-daemon
108108
env:
109109
MODIFIED_FILES: ${{ steps.file_changes.outputs.files}}
110110
- name: Run PMD Quality Check

0 commit comments

Comments
 (0)