Skip to content

Commit

Permalink
Cleanup CI maven build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Mar 29, 2024
1 parent 74a165b commit dbe0152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
distribution: 'zulu'
- name: Run Spotless check
run: mvn spotless:check
- name: Run unit tests
run: mvn test
- name: Create WAR
run: mvn package

0 comments on commit dbe0152

Please sign in to comment.