Skip to content

Commit 665d63b

Browse files
committed
Added single default goal execution
1 parent 5b0c292 commit 665d63b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ jobs:
2121
# Use mvn clean and package as the standard maven build phase
2222
- run:
2323
name: Build
24-
command: mvn clean install
24+
command: mvn
2525
# Then run your tests!
26-
- run:
27-
name: Test
28-
command: mvn test
26+
2927
workflows:
3028
# Below is the definition of your workflow.
3129
# Inside the workflow, you provide the jobs you want to run, e.g this workflow runs the prepare job above.

0 commit comments

Comments
 (0)