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 2db8e9e commit 2a18b00Copy full SHA for 2a18b00
.github/workflows/gradle.yml
@@ -5,7 +5,7 @@ name: Run automated tests
5
6
on:
7
pull_request:
8
- branches: [ master, 4.3.0-develop, mainline-eav-attr-code-genearators ]
+ branches: [ master, '*-develop', 'mainline*' ]
9
10
jobs:
11
build-linux:
@@ -104,7 +104,7 @@ jobs:
104
- id: file_changes
105
uses: trilom/file-changes-action@v1.2.4
106
- name: Run Code Style Check
107
- run: ./gradlew checkstyleCI -i --no-daemon
+ run: ./gradlew checkstyleCI --stacktrace --no-daemon
108
env:
109
MODIFIED_FILES: ${{ steps.file_changes.outputs.files}}
110
- name: Run PMD Quality Check
0 commit comments