Skip to content

Commit f5898aa

Browse files
Update config.yml
1 parent 31cbbcb commit f5898aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Use mvn clean and package as the standard maven build phase
1818
- run:
1919
name: Build
20-
command: mvn -B -DskipTests clean package
20+
command: mvn -B clean install
2121
# Then run your tests!
2222
- run:
2323
name: Test
@@ -28,6 +28,6 @@ workflows:
2828
# Inside the workflow, you provide the jobs you want to run, e.g this workflow runs the build-and-test job above.
2929
# CircleCI will run this workflow on every commit.
3030
# For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows
31-
sample:
31+
ci_build:
3232
jobs:
3333
- build-and-test

0 commit comments

Comments
 (0)