Skip to content

Commit

Permalink
chore: workflow should use batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Aug 1, 2024
1 parent 4a27fbf commit 7a0d6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
distribution: 'temurin'
- name: Run build
run: |
mvn install -PtestJakarta
mvn -B install -PtestJakarta

0 comments on commit 7a0d6fb

Please sign in to comment.