Skip to content

Commit 2eef37a

Browse files
split steps of install and test
1 parent 8e56dcf commit 2eef37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
# Build the project (compiles and packages the code)
5050
- name: Build the project
51-
run: mvn -B -X -e clean package --file pom.xml --batch-mode --fail-fast
51+
run: mvn -B -X -e clean install --file pom.xml --batch-mode --fail-fast
5252

5353
# Run tests
5454
- name: Run tests

0 commit comments

Comments
 (0)