We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0c292 commit 665d63bCopy full SHA for 665d63b
.circleci/config.yml
@@ -21,11 +21,9 @@ jobs:
21
# Use mvn clean and package as the standard maven build phase
22
- run:
23
name: Build
24
- command: mvn clean install
+ command: mvn
25
# Then run your tests!
26
- - run:
27
- name: Test
28
- command: mvn test
+
29
workflows:
30
# Below is the definition of your workflow.
31
# Inside the workflow, you provide the jobs you want to run, e.g this workflow runs the prepare job above.
0 commit comments