You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,16 @@ jobs:
20
20
environment:
21
21
# Customize the JVM maximum heap limit
22
22
MAVEN_OPTS: -Xmx3200m
23
-
23
+
24
24
steps:
25
25
- checkout
26
26
27
27
# run tests!
28
-
- run:
28
+
- run:
29
29
name: Running tests
30
-
command: mvn clean test
31
-
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
0 commit comments