Skip to content

Commit 27280d7

Browse files
committed
Ensure that code analysis succeeds for build
1 parent 992900d commit 27280d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
docker-image-jvm:
9494
name: Docker image JVM
9595
if: github.event_name == 'push' && github.ref_name == 'main'
96-
needs: [test]
96+
needs: [test, pmd, checkstyle]
9797
runs-on: ubuntu-latest
9898
steps:
9999
- name: Checkout Code

0 commit comments

Comments
 (0)