Skip to content

Commit

Permalink
Add spotless check in build-ml-linux step
Browse files Browse the repository at this point in the history
Signed-off-by: rithin-pullela-aws <[email protected]>
  • Loading branch information
rithin-pullela-aws committed Jan 9, 2025
1 parent dfb19f8 commit 922170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./gradlew spotlessCheck

Build-ml-linux:
needs: [Get-Require-Approval, Get-CI-Image-Tag]
needs: [Get-Require-Approval, Get-CI-Image-Tag, spotless]
strategy:
matrix:
java: [11, 17, 21]
Expand Down

0 comments on commit 922170b

Please sign in to comment.