Skip to content

Commit

Permalink
Address reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Sep 4, 2024
1 parent 4ce3995 commit 9dfbaa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-build-test.yml@main
with:
java-version: 11
maven-args: -Pbatch
use-secrets: true
login-docker: true

Expand All @@ -27,7 +28,7 @@ jobs:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-spotless-check.yml@main
with:
java-version: 11
maven-args: -Pspotless -Pbatch
maven-args: -Pspotless

publish:
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
Expand Down

0 comments on commit 9dfbaa1

Please sign in to comment.