Skip to content

Commit dbe0152

Browse files
committedMar 29, 2024
Cleanup CI maven build script.
1 parent 74a165b commit dbe0152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/maven.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
distribution: 'zulu'
1919
- name: Run Spotless check
2020
run: mvn spotless:check
21-
- name: Run unit tests
22-
run: mvn test
21+
- name: Create WAR
22+
run: mvn package
2323

0 commit comments

Comments
 (0)
Please sign in to comment.