Skip to content

Commit 0370336

Browse files
committed
Only run compilation in CodeQL CI job
A full build is run in other jobs, this will speed up the slow CodeQL process
1 parent dce1073 commit 0370336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Maven Build
6565
run: |
66-
./mvnw verify pmd:aggregate-pmd -Pci \
66+
./mvnw compile test-compile pmd:aggregate-pmd -Pci \
6767
-Ddevelocity.cache.local.enabled=false \
6868
-Ddevelocity.cache.remote.enabled=false
6969

0 commit comments

Comments
 (0)