Skip to content

Commit

Permalink
SP-34 Run maven in batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Aug 8, 2022
1 parent b8d65b2 commit f03a236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'corretto'
- name: Build with Maven
run: mvn compile
run: mvn -B compile
- name: Test
run: mvn test
run: mvn -B test

0 comments on commit f03a236

Please sign in to comment.