Skip to content

Commit

Permalink
Add spotless as needed for all the steps
Browse files Browse the repository at this point in the history
Signed-off-by: rithin-pullela-aws <rithinp@amazon.com>
  • Loading branch information
rithin-pullela-aws committed Jan 11, 2025
1 parent db9a3f7 commit 4d772ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:


Test-ml-linux-docker:
needs: [Get-Require-Approval, Build-ml-linux]
needs: [Get-Require-Approval, Build-ml-linux, spotless]
strategy:
matrix:
java: [11, 17, 21]
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
java: [11, 17, 21]
name: Build and Test MLCommons Plugin on Windows
if: github.repository == 'opensearch-project/ml-commons'
needs: [Get-Require-Approval]
needs: [Get-Require-Approval, spotless]
environment: ${{ needs.Get-Require-Approval.outputs.is-require-approval }}
runs-on: windows-latest

Expand Down

0 comments on commit 4d772ed

Please sign in to comment.